[webkit-changes] [WebKit/WebKit] 54dd46: Fix css/css-typed-om/the-stylepropertymap/properti...

Chris Dumez noreply at github.com
Wed Jan 4 13:34:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 54dd46449a7308573361679a9c5a0f37c7a771e7
      https://github.com/WebKit/WebKit/commit/54dd46449a7308573361679a9c5a0f37c7a771e7
  Author: Chris Dumez <cdumez at apple.com>
  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




More information about the webkit-changes mailing list