commit 068a362bab98013538c171eb7437418904aba687
parent 706a5da28f09af5dba7da4d85eeec56a4a916390
Author: az <azebrowski@mozilla.com>
Date: Mon, 1 Dec 2025 17:07:06 +0000
Bug 1993541 - Part 6: Update MediaCapabilities WPT test expectations. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D263723
Diffstat:
2 files changed, 0 insertions(+), 92 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
@@ -1,42 +1,17 @@
[decodingInfo.any.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
- [Test that decodingInfo rejects if the video configuration contentType has more than one parameter]
- expected: FAIL
-
[Test that decodingInfo with mismatched codec color space is unsupported]
expected: FAIL
[Test that decodingInfo rejects if the audio configuration contentType is not a valid MIME type string]
expected: FAIL
- [Test that decodingInfo rejects if the audio configuration contentType has more than one parameter]
- expected: FAIL
-
- [Test that decodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
- expected: FAIL
-
- [Test that decodingInfo rejects if the audio configuration contentType is of type video]
- expected: FAIL
-
-
[decodingInfo.any.worker.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
- [Test that decodingInfo rejects if the video configuration contentType has more than one parameter]
- expected: FAIL
-
[Test that decodingInfo with mismatched codec color space is unsupported]
expected: FAIL
[Test that decodingInfo rejects if the audio configuration contentType is not a valid MIME type string]
expected: FAIL
-
- [Test that decodingInfo rejects if the audio configuration contentType has more than one parameter]
- expected: FAIL
-
- [Test that decodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
- expected: FAIL
-
- [Test that decodingInfo rejects if the audio configuration contentType is of type video]
- expected: FAIL
diff --git a/testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini b/testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini
@@ -1,78 +1,11 @@
[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
- [Test that encodingInfo rejects if the video configuration contentType is not a valid MIME type string]
- expected: FAIL
-
- [Test that encodingInfo rejects if the video configuration contentType does not imply a single media codec but has no codecs parameter]
- expected: FAIL
-
- [Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates multiple video codecs]
- expected: FAIL
-
- [Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates both an audio and a video codec]
- expected: FAIL
-
- [Test that encodingInfo rejects if the audio configuration contentType does not imply a single media codec but has no codecs parameter]
- expected: FAIL
-
- [Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates multiple audio codecs]
- expected: FAIL
-
- [Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
- 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
-
- [Test that encodingInfo rejects if the video configuration contentType is not a valid MIME type string]
- expected: FAIL
-
- [Test that encodingInfo rejects if the video configuration contentType does not imply a single media codec but has no codecs parameter]
- expected: FAIL
-
- [Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates multiple video codecs]
- expected: FAIL
-
- [Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates both an audio and a video codec]
- expected: FAIL
-
- [Test that encodingInfo rejects if the audio configuration contentType does not imply a single media codec but has no codecs parameter]
- expected: FAIL
-
- [Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates multiple audio codecs]
- expected: FAIL
-
- [Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
- expected: FAIL