[webkit-changes] [WebKit/WebKit] 199b72: Fix computed value for `transform` property
Chris Dumez
noreply at github.com
Thu Dec 15 17:03:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 199b72026c4dcae67f905c8cad2388c57b3c9c0f
https://github.com/WebKit/WebKit/commit/199b72026c4dcae67f905c8cad2388c57b3c9c0f
Author: Chris Dumez <cdumez at apple.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-expected.txt
M Source/WebCore/css/ComputedStyleExtractor.cpp
Log Message:
-----------
Fix computed value for `transform` property
https://bugs.webkit.org/show_bug.cgi?id=249421
Reviewed by Antoine Quint.
Fix computed value for `transform` property. SkewY was incorrectly reported as
SkewX due to a bad copy/paste.
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/transform-expected.txt:
* Source/WebCore/css/ComputedStyleExtractor.cpp:
(WebCore::computedTransform):
Canonical link: https://commits.webkit.org/257964@main
More information about the webkit-changes
mailing list