Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 54dd46449a7308573361679a9c5a0f37c7a771e7
      
https://github.com/WebKit/WebKit/commit/54dd46449a7308573361679a9c5a0f37c7a771e7
  Author: Chris Dumez <[email protected]>
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing-expected.txt
    M 
LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html

  Log Message:
  -----------
  Fix css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html WPT 
test
https://bugs.webkit.org/show_bug.cgi?id=250049

Reviewed by Tim Nguyen.

Fix css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html WPT
test so that it expects "normal" as computed value when the input is a length
that is zero, as per:
- https://w3c.github.io/csswg-drafts/css-text/#letter-spacing-property

"""
For legacy reasons, a computed letter-spacing of zero yields a resolved value
(getComputedStyle() return value) of normal.
"""

* 
LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing-expected.txt:
* 
LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html:

Canonical link: https://commits.webkit.org/258447@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to