[webkit-changes] [WebKit/WebKit] 6b024e: [css-typed-om] css/css-typed-om/stylevalue-subclas...
Antoine Quint
noreply at github.com
Wed Oct 5 06:21:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6b024ebfa782de48a8092aff7cbfb8f5852d8b46
https://github.com/WebKit/WebKit/commit/6b024ebfa782de48a8092aff7cbfb8f5852d8b46
Author: Antoine Quint <graouts at apple.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkewX.tentative-expected.txt
M Source/WebCore/css/typedom/transform/CSSSkewX.cpp
M Source/WebCore/css/typedom/transform/CSSSkewX.h
Log Message:
-----------
[css-typed-om] css/css-typed-om/stylevalue-subclasses/cssSkewX.tentative.html has failures
https://bugs.webkit.org/show_bug.cgi?id=246072
Reviewed by Antti Koivisto.
We need to check that the x member is an angle and raise an exception otherwise.
Additionally, it should be impossible to make a CSSSKewX a 3D operation so we override
setIs2D() to be a no-op.
* LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkewX.tentative-expected.txt:
* Source/WebCore/css/typedom/transform/CSSSkewX.cpp:
(WebCore::CSSSkewX::setAx):
* Source/WebCore/css/typedom/transform/CSSSkewX.h:
(WebCore::CSSSkewX::setAx): Deleted.
Canonical link: https://commits.webkit.org/255169@main
More information about the webkit-changes
mailing list