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 index 8aca0ab43aa4..bb0ef94af27f 100644 --- a/testing/web-platform/meta/webcodecs/video-decoder.https.any.js.ini +++ b/testing/web-platform/meta/webcodecs/video-decoder.https.any.js.ini @@ -2,9 +2,67 @@ prefs: [dom.media.webcodecs.enabled:true] expected: if (os == "android") and fission: [OK, TIMEOUT] + [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec with dataview description] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Audio codec] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Ambiguous codec] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Codec with bad casing] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Codec with MIME type] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future H264 codec string] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future HEVC codec string] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future VP9 codec string] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future AV1 codec string] + expected: FAIL [video-decoder.https.any.worker.html] prefs: [dom.media.webcodecs.enabled:true] expected: if (os == "android") and fission: [OK, TIMEOUT] + [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Unrecognized codec with dataview description] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Audio codec] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Ambiguous codec] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Codec with bad casing] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Codec with MIME type] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future H264 codec string] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future HEVC codec string] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future VP9 codec string] + expected: FAIL + + [Test that VideoDecoder.configure() doesn't support config: Possible future AV1 codec string] + expected: FAIL