Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CSSPerspective.toMatrix() should throw if its length is not compatibl…
…e with 'px' unit https://bugs.webkit.org/show_bug.cgi?id=246891 Reviewed by Antoine Quint. CSSPerspective.toMatrix() should throw a TypeError if its length is not compatible with 'px' unit: - https://drafts.css-houdini.org/css-typed-om-1/#dom-csstransformcomponent-tomatrix * LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/stylevalue-subclasses/cssTransformComponent-toMatrix-relative-units-expected.txt: * Source/WebCore/css/typedom/transform/CSSPerspective.cpp: (WebCore::CSSPerspective::toMatrix): Canonical link: https://commits.webkit.org/255876@main
- Loading branch information