[wpt-sync] Sync PR 44121 - Add layers variant to colorMatrix filter tests
Categories
(Core :: Graphics: Canvas2D, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44121 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44121
Details from upstream follow.
Andres Ricardo Perez <andresrperez@chromium.org> wrote:
Add layers variant to colorMatrix filter tests
Modified the existing generated tests for the
colorMatrixfilter, to
also generate variants that apply them via layers.The assertions for the cases that should throw errors were separetd into
a different test as they can be done in a single generator entry.The existing tests used asserts on pixel data. They were converted into
reference tests using multidimensional variants.Bug: 1396372
Change-Id: Id5ae567ec9470db24d043416e4e263fe6f9bfecc
Reviewed-on: https://chromium-review.googlesource.com/5213971
WPT-Export-Revision: 707d5f229be0194e458c0ef3d39cb9f6c172dfa8
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
|
||
CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 1 subtests
Status Summary
Firefox
OK : 6
FAIL: 6
Chrome
OK : 6
PASS: 6
Safari
OK : 6
FAIL: 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/canvas/element/filters/2d.filter.canvasFilterObject.colorMatrix.tentative.html [wpt.fyi]
- Test the functionality of ColorMatrix filters:
FAIL(Chrome:PASS, Safari:FAIL)
- Test the functionality of ColorMatrix filters:
- /html/canvas/element/filters/2d.filter.layers.colorMatrix.html [wpt.fyi]
- Test the functionality of ColorMatrix filters:
FAIL(Chrome:PASS, Safari:FAIL)
- Test the functionality of ColorMatrix filters:
- /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.tentative.html [wpt.fyi]
- Test the functionality of ColorMatrix filters:
FAIL(Chrome:PASS, Safari:FAIL)
- Test the functionality of ColorMatrix filters:
- /html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.tentative.worker.html [wpt.fyi]
- Test the functionality of ColorMatrix filters:
FAIL(Chrome:PASS, Safari:FAIL)
- Test the functionality of ColorMatrix filters:
- /html/canvas/offscreen/filters/2d.filter.layers.colorMatrix.html [wpt.fyi]
- Test the functionality of ColorMatrix filters:
FAIL(Chrome:PASS, Safari:FAIL)
- Test the functionality of ColorMatrix filters:
- /html/canvas/offscreen/filters/2d.filter.layers.colorMatrix.worker.html [wpt.fyi]
- Test the functionality of ColorMatrix filters:
FAIL(Chrome:PASS, Safari:FAIL)
- Test the functionality of ColorMatrix filters:
Comment 6•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9e6e52855af5
https://hg.mozilla.org/mozilla-central/rev/71937078873e
Description
•