[wpt-sync] Sync PR 28429 - Add getImageData test with color conversion
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28429 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28429
Details from upstream follow.
b'Yi Xu <yiyix@chromium.org>' wrote:
Add getImageData test with color conversion
Add some test to test color conversion with getImageData.
Bug: 1178707
Change-Id: I4bac393a0b362b0091ea2518b33afd6558f6d02c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2810119
Commit-Queue: Yi Xu \<yiyix@chromium.org>
Reviewed-by: Aaron Krajeski \<aaronhk@chromium.org>
Reviewed-by: ccameron \<ccameron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#871174}
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 15 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
PASS: 1
FAIL: 5
Chrome
OK : 6
PASS: 6
Safari
OK : 6
PASS: 1
FAIL: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/html/canvas/element/wide-gamut-canvas/2d.color.space.p3.to.p3.html
test getImageData with display-p3 and uint8 from display p3 uint8 canvas: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.p3.html
test getImageData with display-p3 and uint8 from display p3 uint8 canvas: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.p3.worker.html
test getImageData with display-p3 and uint8 from display p3 uint8 canvas: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.html
test getImageData with srsb and uint8 from display p3 uint8 canvas: FAIL (Chrome: PASS, Safari: FAIL)
/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.worker.html
test getImageData with srsb and uint8 from display p3 uint8 canvas: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/26f736b6020e
https://hg.mozilla.org/mozilla-central/rev/c2ee0d14b06f
Description
•