[wpt-sync] Sync PR 29570 - Add negative radius test for roundrect
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29570 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29570
Details from upstream follow.
b'Aaron Krajeski <aaronhk@chromium.org>' wrote:
Add negative radius test for roundrect
According to the spec with throw an error for negative radii, like with
arcTo().Bug: 1193694
Change-Id: Ia503af7f9d27647466114912ddff287ae982be49Reviewed-on: https://chromium-review.googlesource.com/3002632
WPT-Export-Revision: 7342a523e811f473534627784d99ca7984d4260b
| 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 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK : 3
FAIL: 3
Chrome
OK : 3
PASS: 3
Safari
OK : 3
FAIL: 3
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.radius.negative.html
roundRect() with negative radius throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/element/path-objects/2d.path.roundrect.radius.negative.html
roundRect() with negative radius throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/path-objects/2d.path.roundrect.radius.negative.worker.html
roundRect() with negative radius throws an exception: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3f2b6c974dd3
https://hg.mozilla.org/mozilla-central/rev/f9fc35f60945
Description
•