diff options
Diffstat (limited to 'testing/web-platform/meta/webcodecs/video-decoder.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webcodecs/video-decoder.https.any.js.ini | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webcodecs/video-decoder.https.any.js.ini b/testing/web-platform/meta/webcodecs/video-decoder.https.any.js.ini new file mode 100644 index 0000000000..35182032f4 --- /dev/null +++ b/testing/web-platform/meta/webcodecs/video-decoder.https.any.js.ini @@ -0,0 +1,72 @@ +[video-decoder.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Empty codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Audio codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Empty codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Audio codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test VideoDecoder construction] + expected: FAIL + + +[video-decoder.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Empty codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Audio codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that VideoDecoder.isConfigSupported() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Empty codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Audio codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that VideoDecoder.configure() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test VideoDecoder construction] + expected: FAIL |