diff options
Diffstat (limited to 'testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini b/testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini new file mode 100644 index 0000000000..a16a92f33d --- /dev/null +++ b/testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini @@ -0,0 +1,36 @@ +[encodingInfo.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that encodingInfo rejects if the video configuration contentType has more than one parameter] + expected: FAIL + + [Test that encodingInfo rejects if the video configuration contentType has one parameter that isn't codecs] + expected: FAIL + + [Test that encodingInfo rejects if the audio configuration contentType has more than one parameters] + expected: FAIL + + [Test that encodingInfo rejects if the audio configuration contentType has one parameter that isn't codecs] + expected: FAIL + + [Test that encodingInfo rejects if the MediaConfiguration does not have a valid type] + expected: FAIL + + +[encodingInfo.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that encodingInfo rejects if the video configuration contentType has more than one parameter] + expected: FAIL + + [Test that encodingInfo rejects if the video configuration contentType has one parameter that isn't codecs] + expected: FAIL + + [Test that encodingInfo rejects if the audio configuration contentType has more than one parameters] + expected: FAIL + + [Test that encodingInfo rejects if the audio configuration contentType has one parameter that isn't codecs] + expected: FAIL + + [Test that encodingInfo rejects if the MediaConfiguration does not have a valid type] + expected: FAIL |