Closed Bug 1701797 Opened 4 years ago Closed 4 years ago

[wpt-sync] Sync PR 28288 - Add WPT tests for roundRect on OffscreenCanvas

Categories

(Core :: DOM: Core & HTML, task, P4)

task

Tracking

()

RESOLVED FIXED
89 Branch
Tracking Status
firefox89 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 28288 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/28288
Details from upstream follow.

b'Justin Novosad <junov@chromium.org>' wrote:

Add WPT tests for roundRect on OffscreenCanvas

Bug:1193694
Change-Id: I0885f358cb7a0816b27b12fb081b1b2770a97f66
Reviewed-on: https://chromium-review.googlesource.com/2792361
WPT-Export-Revision: 740cd96caeeee260c2e60dd7f56cb8143f4a5009

Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core

CI Results

Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 80 tests and 1 subtests

Status Summary

Firefox

OK : 79[Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 80[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, GitHub]
FAIL: 79[Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt] 80[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, GitHub]

Chrome

OK : 80
PASS: 64
FAIL: 16

Safari

OK : 80
FAIL: 80

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.html
Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.dompoint.worker.html
Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.double.html
Verify that when one radius is given to roundRect(), specified as a double, it applies to all corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.1.radius.double.worker.html
Verify that when one radius is given to roundRect(), specified as a double, it applies to all corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.1.dompoint.html
Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottom-right corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.1.dompoint.worker.html
Verify that when two radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left and bottom-right corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.1.double.html
Verify that when two radii are given to roundRect(), the first radius, specified as a double, applies to the top-left and bottom-right corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.1.double.worker.html
Verify that when two radii are given to roundRect(), the first radius, specified as a double, applies to the top-left and bottom-right corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.2.dompoint.html
Verify that when two radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.2.dompoint.worker.html
Verify that when two radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.2.double.html
Verify that when two radii are given to roundRect(), the second radius, specified as a double, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.2.radii.2.double.worker.html
Verify that when two radii are given to roundRect(), the second radius, specified as a double, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.1.dompoint.html
Verify that when three radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.1.dompoint.worker.html
Verify that when three radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.1.double.html
Verify that when three radii are given to roundRect(), the first radius, specified as a double, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.1.double.worker.html
Verify that when three radii are given to roundRect(), the first radius, specified as a double, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.2.dompoint.html
Verify that when three radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.2.dompoint.worker.html
Verify that when three radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.2.double.html
Verify that when three radii are given to roundRect(), the second radius, specified as a double, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.2.double.worker.html
Verify that when three radii are given to roundRect(), the second radius, specified as a double, applies to the top-right and bottom-left corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.3.dompoint.html
Verify that when three radii are given to roundRect(), the third radius, specified as a DOMPoint, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.3.dompoint.worker.html
Verify that when three radii are given to roundRect(), the third radius, specified as a DOMPoint, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.3.double.html
Verify that when three radii are given to roundRect(), the third radius, specified as a double, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.3.radii.3.double.worker.html
Verify that when three radii are given to roundRect(), the third radius, specified as a double, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.1.dompoint.html
Verify that when four radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.1.dompoint.worker.html
Verify that when four radii are given to roundRect(), the first radius, specified as a DOMPoint, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.1.double.html
Verify that when four radii are given to roundRect(), the first radius, specified as a double, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.1.double.worker.html
Verify that when four radii are given to roundRect(), the first radius, specified as a double, applies to the top-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.2.dompoint.html
Verify that when four radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.2.dompoint.worker.html
Verify that when four radii are given to roundRect(), the second radius, specified as a DOMPoint, applies to the top-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.2.double.html
Verify that when four radii are given to roundRect(), the second radius, specified as a double, applies to the top-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.2.double.worker.html
Verify that when four radii are given to roundRect(), the second radius, specified as a double, applies to the top-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.3.dompoint.html
Verify that when four radii are given to roundRect(), the third radius, specified as a DOMPoint, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.3.dompoint.worker.html
Verify that when four radii are given to roundRect(), the third radius, specified as a DOMPoint, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.3.double.html
Verify that when four radii are given to roundRect(), the third radius, specified as a double, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.3.double.worker.html
Verify that when four radii are given to roundRect(), the third radius, specified as a double, applies to the bottom-right corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.4.dompoint.html
Verify that when four radii are given to roundRect(), the fourth radius, specified as a DOMPoint, applies to the bottom-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.4.dompoint.worker.html
Verify that when four radii are given to roundRect(), the fourth radius, specified as a DOMPoint, applies to the bottom-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.4.double.html
Verify that when four radii are given to roundRect(), the fourth radius, specified as a double, applies to the bottom-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.4.radii.4.double.worker.html
Verify that when four radii are given to roundRect(), the fourth radius, specified as a double, applies to the bottom-left corner.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.closed.html
OffscreenCanvas test: 2d.path.roundrect.closed: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.closed.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.1.html
OffscreenCanvas test: 2d.path.roundrect.end.1: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.1.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.2.html
OffscreenCanvas test: 2d.path.roundrect.end.2: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.2.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.3.html
OffscreenCanvas test: 2d.path.roundrect.end.3: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.3.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.4.html
OffscreenCanvas test: 2d.path.roundrect.end.4: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.end.4.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.negative.html
OffscreenCanvas test: 2d.path.roundrect.negative: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.negative.worker.html
2d: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.newsubpath.html
OffscreenCanvas test: 2d.path.roundrect.newsubpath: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.newsubpath.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.nonfinite.html
roundRect() with Infinity/NaN is ignored: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.nonfinite.worker.html
roundRect() with Infinity/NaN is ignored: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.intersecting.1.html
Check that roundRects with intersecting corner arcs are rendered correctly.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.intersecting.1.worker.html
Check that roundRects with intersecting corner arcs are rendered correctly.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.intersecting.2.html
Check that roundRects with intersecting corner arcs are rendered correctly.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.intersecting.2.worker.html
Check that roundRects with intersecting corner arcs are rendered correctly.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.none.html
Check that roundRect throws an IndexSizeError if radii is an empty array.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.none.worker.html
Check that roundRect throws an IndexSizeError if radii is an empty array.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.toomany.html
Check that roundRect throws an IndeSizeError if radii has more than four items.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.toomany.worker.html
Check that roundRect throws an IndeSizeError if radii has more than four items.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.selfintersect.html
OffscreenCanvas test: 2d.path.roundrect.selfintersect: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.selfintersect.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.winding.html
OffscreenCanvas test: 2d.path.roundrect.winding: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.winding.worker.html
2d: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.1.html
OffscreenCanvas test: 2d.path.roundrect.zero.1: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.1.worker.html
2d: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.2.html
OffscreenCanvas test: 2d.path.roundrect.zero.2: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.2.worker.html
2d: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.3.html
OffscreenCanvas test: 2d.path.roundrect.zero.3: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.3.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.4.html
OffscreenCanvas test: 2d.path.roundrect.zero.4: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.4.worker.html
2d: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.5.html
OffscreenCanvas test: 2d.path.roundrect.zero.5: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.5.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.6.html
OffscreenCanvas test: 2d.path.roundrect.zero.6: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.zero.6.worker.html
2d: FAIL (Chrome: PASS, Safari: FAIL)

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b6408c7880eb [wpt PR 28288] - Add WPT tests for roundRect on OffscreenCanvas, a=testonly https://hg.mozilla.org/integration/autoland/rev/9b249a702a82 [wpt PR 28288] - Update wpt metadata, a=testonly
Pushed by nbeleuzu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f008a995ba9a [wpt PR 28288] - Add WPT tests for roundRect on OffscreenCanvas, a=testonly https://hg.mozilla.org/integration/autoland/rev/b4d74eb7e3ba [wpt PR 28288] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b84921e366ee [wpt PR 28288] - Add WPT tests for roundRect on OffscreenCanvas, a=testonly https://hg.mozilla.org/integration/autoland/rev/6f9ab1dd4f9d [wpt PR 28288] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8abdc3e9dc0f [wpt PR 28288] - Add WPT tests for roundRect on OffscreenCanvas, a=testonly https://hg.mozilla.org/integration/autoland/rev/62b4a21e4f03 [wpt PR 28288] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in before you can comment on or make changes to this bug.