[Webkit-unassigned] [Bug 249282] REBASELINE? REGRESSION(257672 at main): [ Monterey+ ] Enabling OffscreenCanvas in workers broke 7 layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 13 18:34:11 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249282

--- Comment #1 from Robert Jenner <Jenner at apple.com> ---
The results database isn't loading very well so I'm not providing links. But here are the diffs from my local runs:


imported/w3c/web-platform-tests/html/canvas/offscreen/manual/wide-gamut-canvas/2d.color.space.p3.convertToBlobp3.canvas.html:

-FAIL test if toblob returns p3 data from p3 color space canvas Type error
+PASS test if toblob returns p3 data from p3 color space canvas



imported/w3c/web-platform-tests/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 test getImageData with display-p3 and uint8 from display p3 uint8 canvas Type error
+PASS test getImageData with display-p3 and uint8 from display p3 uint8 canvas



imported/w3c/web-platform-tests/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.p3.worker.html:

-FAIL test getImageData with display-p3 and uint8 from display p3 uint8 canvas Type error
+FAIL test getImageData with display-p3 and uint8 from display p3 uint8 canvas Can't find variable: OffscreenCanvas



imported/w3c/web-platform-tests/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 test getImageData with srsb and uint8 from display p3 uint8 canvas Type error
+PASS test getImageData with srsb and uint8 from display p3 uint8 canvas



imported/w3c/web-platform-tests/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.worker.html:

-FAIL test getImageData with srsb and uint8 from display p3 uint8 canvas Type error
+FAIL test getImageData with srsb and uint8 from display p3 uint8 canvas Can't find variable: OffscreenCanvas



imported/w3c/web-platform-tests/webcodecs/videoFrame-createImageBitmap.any.worker.html:

-PASS ImageBitmap<->VideoFrame with canvas(48x36 srgb uint8).
-PASS ImageBitmap<->VideoFrame with canvas(480x360 srgb uint8).
-FAIL ImageBitmap<->VideoFrame with canvas(48x36 display-p3 uint8). Type error
-FAIL ImageBitmap<->VideoFrame with canvas(480x360 display-p3 uint8). Type error
-FAIL ImageBitmap<->VideoFrame with canvas(48x36 rec2020 uint8). Type error
-FAIL ImageBitmap<->VideoFrame with canvas(480x360 rec2020 uint8). Type error
+FAIL ImageBitmap<->VideoFrame with canvas(48x36 srgb uint8). Can't find variable: OffscreenCanvas
+FAIL ImageBitmap<->VideoFrame with canvas(480x360 srgb uint8). Can't find variable: OffscreenCanvas
+FAIL ImageBitmap<->VideoFrame with canvas(48x36 display-p3 uint8). Can't find variable: OffscreenCanvas
+FAIL ImageBitmap<->VideoFrame with canvas(480x360 display-p3 uint8). Can't find variable: OffscreenCanvas
+FAIL ImageBitmap<->VideoFrame with canvas(48x36 rec2020 uint8). Can't find variable: OffscreenCanvas
+FAIL ImageBitmap<->VideoFrame with canvas(480x360 rec2020 uint8). Can't find variable: OffscreenCanvas
 PASS createImageBitmap uses frame display size



imported/w3c/web-platform-tests/webcodecs/videoFrame-drawImage.any.worker.html:

@@ -1,10 +1,10 @@

-PASS drawImage(VideoFrame) with canvas(48x36 srgb uint8).
-PASS drawImage(VideoFrame) with canvas(480x360 srgb uint8).
-FAIL drawImage(VideoFrame) with canvas(48x36 display-p3 uint8). Type error
-FAIL drawImage(VideoFrame) with canvas(480x360 display-p3 uint8). Type error
-FAIL drawImage(VideoFrame) with canvas(48x36 rec2020 uint8). Type error
-PASS drawImage on a closed VideoFrame throws InvalidStateError.
-PASS drawImage of nested frame works properly
-PASS drawImage with display size != visible size
+FAIL drawImage(VideoFrame) with canvas(48x36 srgb uint8). Can't find variable: OffscreenCanvas
+FAIL drawImage(VideoFrame) with canvas(480x360 srgb uint8). Can't find variable: OffscreenCanvas
+FAIL drawImage(VideoFrame) with canvas(48x36 display-p3 uint8). Can't find variable: OffscreenCanvas
+FAIL drawImage(VideoFrame) with canvas(480x360 display-p3 uint8). Can't find variable: OffscreenCanvas
+FAIL drawImage(VideoFrame) with canvas(48x36 rec2020 uint8). Can't find variable: OffscreenCanvas
+FAIL drawImage on a closed VideoFrame throws InvalidStateError. Can't find variable: OffscreenCanvas
+FAIL drawImage of nested frame works properly Can't find variable: OffscreenCanvas
+FAIL drawImage with display size != visible size Can't find variable: OffscreenCanvas

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221214/fee4def7/attachment.htm>


More information about the webkit-unassigned mailing list