Bug 250049
Summary: | Fix css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html WPT test | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | CSS | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://github.com/web-platform-tests/wpt/pull/37752 | ||
Bug Depends on: | |||
Bug Blocks: | 175733 |
Chris Dumez
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.
"""
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/8167
EWS
Committed 258447@main (54dd46449a73): <https://commits.webkit.org/258447@main>
Reviewed commits have been landed. Closing PR #8167 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/103886593>