Bug 250049 - Fix css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html WPT test
Summary: Fix css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html WPT ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 175733
  Show dependency treegraph
 
Reported: 2023-01-03 15:15 PST by Chris Dumez
Modified: 2023-01-04 13:35 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-01-03 15:15:18 PST
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.
"""
Comment 1 Chris Dumez 2023-01-03 15:16:48 PST
Pull request: https://github.com/WebKit/WebKit/pull/8167
Comment 2 EWS 2023-01-04 13:34:16 PST
Committed 258447@main (54dd46449a73): <https://commits.webkit.org/258447@main>

Reviewed commits have been landed. Closing PR #8167 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-01-04 13:35:22 PST
<rdar://problem/103886593>