diff options
Diffstat (limited to 'testing/web-platform/meta/media-capabilities/decodingInfo.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/media-capabilities/decodingInfo.any.js.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/media-capabilities/decodingInfo.any.js.ini b/testing/web-platform/meta/media-capabilities/decodingInfo.any.js.ini new file mode 100644 index 0000000000..f83c5c3776 --- /dev/null +++ b/testing/web-platform/meta/media-capabilities/decodingInfo.any.js.ini @@ -0,0 +1,36 @@ +[decodingInfo.any.html] + expected: + if (os == "android") and fission: [CRASH, OK] + [Test that decodingInfo returns a valid MediaCapabilitiesInfo objects] + expected: FAIL + + [Test that decodingInfo rejects if the audio configuration contentType has more than one parameters] + expected: FAIL + + [Test that decodingInfo rejects if the video configuration contentType has more than one parameter] + expected: FAIL + + [Test that decodingInfo with spatialRendering set returns a valid MediaCapabilitiesInfo objects] + expected: FAIL + + [Test that decodingInfo with hdrMetadataType, colorGamut, and transferFunction set returns a valid MediaCapabilitiesInfo objects] + expected: FAIL + + +[decodingInfo.any.worker.html] + expected: + if (os == "android") and fission: [CRASH, OK] + [Test that decodingInfo returns a valid MediaCapabilitiesInfo objects] + expected: FAIL + + [Test that decodingInfo rejects if the audio configuration contentType has more than one parameters] + expected: FAIL + + [Test that decodingInfo rejects if the video configuration contentType has more than one parameter] + expected: FAIL + + [Test that decodingInfo with spatialRendering set returns a valid MediaCapabilitiesInfo objects] + expected: FAIL + + [Test that decodingInfo with hdrMetadataType, colorGamut, and transferFunction set returns a valid MediaCapabilitiesInfo objects] + expected: FAIL |