[webkit-changes] [WebKit/WebKit] 7f5f72: Fix css/css-typed-om/the-stylepropertymap/properti...
Chris Dumez
noreply at github.com
Thu Dec 22 17:11:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7f5f7218ee4a7e24f3f8db2dbfc3086cb4b01c52
https://github.com/WebKit/WebKit/commit/7f5f7218ee4a7e24f3f8db2dbfc3086cb4b01c52
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/stop-opacity-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html
Log Message:
-----------
Fix css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html WPT test
https://bugs.webkit.org/show_bug.cgi?id=249814
Reviewed by Simon Fraser.
Fix css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html WPT test
to match the specification:
- https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty
This property should allow percentages, not just numbers. Also, the computed
value should be a number in the [0, 1] range, with percentages converted to
numbers.
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stop-opacity-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html:
Canonical link: https://commits.webkit.org/258272@main
More information about the webkit-changes
mailing list