[wpt-sync] Sync PR 27359 - Add 3d version of setTransform
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 27359 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/27359
Details from upstream follow.
b'Aaron Krajeski <aaronhk@chromium.org>' wrote:
Add 3d version of setTransform
Canvas rendering context 2d can now take in a 4x4 matrix into
setTransform and will return that matrix with getTransform.Next steps will be to modify rotate, translate and scale to use the
new dimensions, along with adding more tests.Bug: 1140535
Change-Id: I5b923672ec17a8a9f7cdcafa4c27261306f45d36Reviewed-on: https://chromium-review.googlesource.com/2553113
WPT-Export-Revision: 877e71c61bcaa9659db97469a72bbac872a4953d
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
PASS: 112
FAIL: 1
Chrome
OK : 2
PASS: 112
FAIL: 1
Safari
OK : 2
PASS: 98
FAIL: 15
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/element/transformations/2d.transformation.setTransform.3d.html
setTransform() with 4x4 matrix keeps all parameters: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2d8db768142e
https://hg.mozilla.org/mozilla-central/rev/7cb9f24dd435
Description
•