Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 30e7a207ee9cd8acb13c3db229d602496a479096
      
https://github.com/WebKit/WebKit/commit/30e7a207ee9cd8acb13c3db229d602496a479096
  Author: Antoine Quint <grao...@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/cssSkew.tentative-expected.txt
    M Source/WebCore/css/typedom/transform/CSSSkew.cpp
    M Source/WebCore/css/typedom/transform/CSSSkew.h

  Log Message:
  -----------
  [css-typed-om] css/css-typed-om/stylevalue-subclasses/cssSkew.tentative.html 
has failures
https://bugs.webkit.org/show_bug.cgi?id=246071

Reviewed by Antti Koivisto.

We need to check that the x and y members are angles and raise exceptions 
otherwise.
Additionally, it should be impossible to make a CSSSKew a 3D operation so we 
override
setIs2D() to be a no-op.

* 
LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssSkew.tentative-expected.txt:
* Source/WebCore/css/typedom/transform/CSSSkew.cpp:
(WebCore::CSSSkew::setAx):
(WebCore::CSSSkew::setAy):
* Source/WebCore/css/typedom/transform/CSSSkew.h:
(WebCore::CSSSkew::setAx): Deleted.
(WebCore::CSSSkew::setAy): Deleted.

Canonical link: https://commits.webkit.org/255167@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to