[wpt-sync] Sync PR 29007 - Add 3d transform tests to offscreen canvas
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29007 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29007
Details from upstream follow.
b'Aaron Krajeski <aaronhk@chromium.org>' wrote:
Add 3d transform tests to offscreen canvas
Bug: 1140535
Change-Id: I62d979b9786ccc38232c862f82441521904abbcf
Reviewed-on: https://chromium-review.googlesource.com/2898320
WPT-Export-Revision: dbfd01c1b9b2309109b43f76bfd12098c2db85e2
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 23 tests and 1 subtests
Status Summary
Firefox
OK : 23
FAIL: 23
Chrome
OK : 23
PASS: 23
Safari
OK : 23
FAIL: 23
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/element/transformations/2d.transformation.rotate3d.x.html
rotate3d() around the x axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/element/transformations/2d.transformation.rotate3d.y.html
rotate3d() around the y axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/element/transformations/2d.transformation.rotate3d.z.html
rotate3d() around the z axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.perspective.html
perspective() results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.perspective.worker.html
perspective() results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.html
rotate3d() results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.worker.html
rotate3d() results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.html
rotate3d() around the x axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.x.worker.html
rotate3d() around the x axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.html
rotate3d() around the y axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.y.worker.html
rotate3d() around the y axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.html
rotate3d() around the z axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotate3d.z.worker.html
rotate3d() around the z axis results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.html
rotateAxis() results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.rotateAxis.worker.html
rotateAxis() results in the correct transformation matrix: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.scale.3d.html
scale() function with three arguments modifies the underlying matrix appropriately: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.scale.3d.worker.html
scale() function with three arguments modifies the underlying matrix appropriately: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.html
setTransform() with 4x4 matrix keeps all parameters: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.setTransform.3d.worker.html
setTransform() with 4x4 matrix keeps all parameters: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.transform.3d.html
transform() with 4x4 matrix concatenates properly: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.transform.3d.worker.html
transform() with 4x4 matrix concatenates properly: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.translate.3d.html
translate() function with three arguments modifies the underlying matrix appropriately: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/transformations/2d.transformation.translate.3d.worker.html
translate() function with three arguments modifies the underlying matrix appropriately: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/be056950451c
https://hg.mozilla.org/mozilla-central/rev/45fefe98e919
Description
•