[wpt-sync] Sync PR 35452 - Add random input tests for roundrect
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35452 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35452
Details from upstream follow.
Aaron Krajeski <aaronhk@chromium.org> wrote:
Add random input tests for roundrect
Verify that certain inputs throw while others do not. Also re-add the noargument test which was deleted for some reason.
Bug: 1298340
Change-Id: I9dc6e851430387aa5d00dd53bb32af74ab765afaReviewed-on: https://chromium-review.googlesource.com/3829766
WPT-Export-Revision: 94461c8aa71decca2642c9b0b527c01e38a008f6
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 0 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
FAIL: 2
Chrome
OK : 2
PASS: 2
Safari
OK : 2
PASS: 1
FAIL: 1
Links
Details
Firefox-only Failures
- /html/canvas/element/path-objects/2d.path.roundrect.badinput.html [wpt.fyi]
- roundRect() throws or does not throw errors given the strange inputs.:
FAIL
- roundRect() throws or does not throw errors given the strange inputs.:
New Tests That Don't Pass
- /html/canvas/element/path-objects/2d.path.roundrect.badinput.html [wpt.fyi]
- roundRect() throws or does not throw errors given the strange inputs.:
FAIL(Chrome:PASS, Safari:PASS)
- roundRect() throws or does not throw errors given the strange inputs.:
- /html/canvas/element/path-objects/2d.path.roundrect.radius.noargument.html [wpt.fyi]
- Check that roundRect draws a rectangle when no radii are provided.:
FAIL(Chrome:PASS, Safari:FAIL)
- Check that roundRect draws a rectangle when no radii are provided.:
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8f5326879d2a
https://hg.mozilla.org/mozilla-central/rev/116b9363a4c0
Description
•