diff options
Diffstat (limited to 'testing/web-platform/meta/webcodecs/videoFrame-createImageBitmap.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webcodecs/videoFrame-createImageBitmap.any.js.ini | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webcodecs/videoFrame-createImageBitmap.any.js.ini b/testing/web-platform/meta/webcodecs/videoFrame-createImageBitmap.any.js.ini new file mode 100644 index 0000000000..31edd108a8 --- /dev/null +++ b/testing/web-platform/meta/webcodecs/videoFrame-createImageBitmap.any.js.ini @@ -0,0 +1,48 @@ +[videoFrame-createImageBitmap.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [ImageBitmap<->VideoFrame with canvas(48x36 srgb uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(480x360 srgb uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(48x36 display-p3 uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(480x360 display-p3 uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(48x36 rec2020 uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(480x360 rec2020 uint8).] + expected: FAIL + + [createImageBitmap uses frame display size] + expected: FAIL + + +[videoFrame-createImageBitmap.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [ImageBitmap<->VideoFrame with canvas(48x36 srgb uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(480x360 srgb uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(48x36 display-p3 uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(480x360 display-p3 uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(48x36 rec2020 uint8).] + expected: FAIL + + [ImageBitmap<->VideoFrame with canvas(480x360 rec2020 uint8).] + expected: FAIL + + [createImageBitmap uses frame display size] + expected: FAIL |