[wpt-sync] Sync PR 39255 - Reject kernelMatrix with 0 width in convolveMatrix filters.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 39255 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/39255
Details from upstream follow.
Jean-Philippe Gravel <jpgravel@chromium.org> wrote:
Reject kernelMatrix with 0 width in convolveMatrix filters.
Only the height was checked (rejecting
[]kernels) but kernels with
zero width like[[], []]were incorrectly accepted.Change-Id: I6cf6b708b21524183733ca7906a630b695935fea
Bug: 1428652
Change-Id: I23baf05db73e679a52cd9d553d7c6308d91b56f9
Reviewed-on: https://chromium-review.googlesource.com/4377066
WPT-Export-Revision: 92a63551f917d473b22f503db51ed4e38dbdd61c
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•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 : 2
FAIL : 2
TIMEOUT: 1
ERROR : 1
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.convolveMatrix.exceptions.tentative.html [wpt.fyi]
- Test exceptions on CanvasFilter() convolveMatrix:
FAIL(Chrome:FAIL, Safari:FAIL)
- Test exceptions on CanvasFilter() convolveMatrix:
- /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.tentative.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR)- Test exceptions on CanvasFilter() convolveMatrix:
TIMEOUT(Chrome:TIMEOUT, Safari:TIMEOUT)
- Test exceptions on CanvasFilter() convolveMatrix:
- /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.tentative.worker.html [wpt.fyi]
- Test exceptions on CanvasFilter() convolveMatrix:
FAIL(Chrome:FAIL, Safari:FAIL)
- Test exceptions on CanvasFilter() convolveMatrix:
Comment 5•3 years ago
|
||
| bugherder | ||
Description
•