Closed
Bug 1794181
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 36336 - Add test for CSSTransformComponent toMatrix flattening for 2D
Categories
(Core :: DOM: CSS Object Model, task, P4)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36336 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36336
Details from upstream follow.
Dean Jackson <dino@apple.com> wrote:
Add test for CSSTransformComponent toMatrix flattening for 2D
The CSSOM spec says that CSSTransformComponent.toMatrix should return 2d variants if the
is2d
attribute is true, regardless of what the transform data in the component actually is.This is a test for that behaviour.
Assignee | ||
Updated•3 years ago
|
Component: web-platform-tests → DOM: CSS Object Model
Product: Testing → Core
Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•3 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=604529ab754b67fd76d0283f9cb0ed1fdfd94ad5
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 4
Chrome
OK
: 1
PASS
: 4
Safari
OK
: 1
FAIL
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-typed-om/stylevalue-subclasses/cssTransformComponent-2d-flattening.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
] (Chrome:OK
, Safari:OK
)- CSSTranslate.toMatrix() flattens when told it is 2d:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSSRotate.toMatrix() flattens when told it is 2d:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSSScale.toMatrix() flattens when told it is 2d:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSSMatrixComponent.toMatrix() flattens when told it is 2d:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- CSSTranslate.toMatrix() flattens when told it is 2d:
Tests Disabled in Gecko Infrastructure
- /css/css-typed-om/stylevalue-subclasses/cssTransformComponent-2d-flattening.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-isolated-process-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows10-32-2004-qr-debug
,Gecko-windows10-32-2004-qr-opt
,Gecko-windows10-64-2004-qr-debug
,Gecko-windows10-64-2004-qr-opt
] (Chrome:OK
, Safari:OK
)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3cfdc3566189
[wpt PR 36336] - Add test for CSSTransformComponent toMatrix flattening for 2D, a=testonly
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•