[wpt-sync] Sync PR 39254 - Add missing `new` in CanvasFilter turbulence WPT test.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39254 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39254
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Add missing
newin CanvasFilter turbulence WPT test.The missing
newwas essentially causing the statement to always throw
an error, therefore not validating that the corner cases under test were
raising an error by themselves.Change-Id: I0b8fb8a15cc4f2a6a71baf54e3f287f839149e7d
Bug: 1428652
Reviewed-on: https://chromium-review.googlesource.com/4377067
WPT-Export-Revision: 69d913bbebe2d22e65fa85b680b8f4ead76e817e
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL : 2
TIMEOUT: 1
ERROR : 1
Chrome
OK : 3
PASS : 3
Safari
OK : 2
FAIL : 2
TIMEOUT: 1
ERROR : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/canvas/element/filters/2d.filter.canvasFilterObject.turbulence.inputTypes.tentative.html [wpt.fyi]
- Test exceptions on CanvasFilter() turbulence object:
FAIL(Chrome:PASS, Safari:FAIL)
- Test exceptions on CanvasFilter() turbulence object:
- /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.turbulence.inputTypes.tentative.html [wpt.fyi]:
ERROR(Chrome:OK, Safari:ERROR)- Test exceptions on CanvasFilter() turbulence object:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT)
- Test exceptions on CanvasFilter() turbulence object:
- /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.turbulence.inputTypes.tentative.worker.html [wpt.fyi]
- Test exceptions on CanvasFilter() turbulence object:
FAIL(Chrome:PASS, Safari:FAIL)
- Test exceptions on CanvasFilter() turbulence object:
Comment 4•3 years ago
|
||
| bugherder | ||
Description
•