[wpt-sync] Sync PR 44328 - Add WPT test validating that drawImage writes to the layer
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 44328 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44328
Details from upstream follow.
Andres Ricardo Perez <andresrperez@chromium.org> wrote:
Add WPT test validating that drawImage writes to the layer
Added a WPT to check that using
drawImageinside a layer writes the
image to the layer and not it's parent directly. The test uses
drawImagewith another canvas a source, inside a layer that applies a
filter. In its reference, the same drawing commands are used in the main
canvas inside the layer, to verify that the filter effect is applied on
the image.Bug: 1396372
Change-Id: I377b4eb0b77865c639b296df70110c2fa8f7f07f
Reviewed-on: https://chromium-review.googlesource.com/5253602
WPT-Export-Revision: a622d78d65ad4710932475274c505a04a020f238
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests
Status Summary
Firefox
PASS : 1
FAIL : 1
TIMEOUT: 1
Chrome
PASS : 3
Safari
PASS : 1
FAIL : 1
TIMEOUT: 1
Links
Details
New Tests That Don't Pass
- /html/canvas/offscreen/layers/2d.layer.drawImage.html [wpt.fyi]:
FAIL(Chrome:PASS, Safari:FAIL) - /html/canvas/offscreen/layers/2d.layer.drawImage.w.html [wpt.fyi]:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT)
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5acfdf891d03
https://hg.mozilla.org/mozilla-central/rev/8ef19048dfb9
Description
•