[wpt-sync] Sync PR 32251 - Add single argument roundRect to CanvasPath
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32251 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32251
Details from upstream follow.
Aaron Krajeski <aaronhk@chromium.org> wrote:
Add single argument roundRect to CanvasPath
Bug: 1131011
Change-Id: I142cd79abda6748b181afe71cc1428c67099a9eaReviewed-on: https://chromium-review.googlesource.com/3367237
WPT-Export-Revision: e0a0120eb91dd969df22ae3bd4eb411962259281
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 1 subtests
Status Summary
Firefox
OK : 5
FAIL: 5
Chrome
OK : 5
PASS: 2
FAIL: 3
Safari
OK : 5
FAIL: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompoint.html
Verify that when one radius is given to roundRect(), specified as a DOMPoint, it applies to all corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompoint.single argument.html
Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPoint, it applies to all corners.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompointinit.html
Verify that when one radius is given to roundRect(), specified as a DOMPointInit, applies to all corners.: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/element/path-objects/2d.path.roundrect.1.radius.dompointinit.single.argument.html
Verify that when one radius is given to roundRect() as a non-array argument, specified as a DOMPointInit, applies to all corners.: FAIL (Chrome: FAIL, Safari: FAIL)
/html/canvas/element/path-objects/2d.path.roundrect.1.radius.double.single.argument.html
Verify that when one radius is given to roundRect() as a non-array argument, specified as a double, it applies to all corners.: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/880a56135e3d
https://hg.mozilla.org/mozilla-central/rev/c45e78e2df65
Description
•