[webkit-changes] [WebKit/WebKit] 510e90: Fix css/css-typed-om/the-stylepropertymap/properti...
Chris Dumez
noreply at github.com
Thu Dec 22 18:05:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 510e90c7e27fe96354206fa905ffb6f882958117
https://github.com/WebKit/WebKit/commit/510e90c7e27fe96354206fa905ffb6f882958117
Author: Chris Dumez <cdumez at apple.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/padding-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/padding.html
Log Message:
-----------
Fix css/css-typed-om/the-stylepropertymap/properties/padding.html WPT test
https://bugs.webkit.org/show_bug.cgi?id=249821
Reviewed by Simon Fraser.
Fix css/css-typed-om/the-stylepropertymap/properties/padding.html WPT test to
match the specification:
- https://w3c.github.io/csswg-drafts/css-box/#padding-physical
The specification indicates that negative values are not allowed for these
properties. However, the test was expecting -3.14% for one of the subtests.
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/padding-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/padding.html:
Canonical link: https://commits.webkit.org/258275@main
More information about the webkit-changes
mailing list