Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 658332c

Browse files
Bug 1930932 [wpt PR 49140] - Update wpt metadata, a=testonly
wpt-pr: 49140 wpt-type: metadata
1 parent 59b361f commit 658332c

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

testing/web-platform/meta/media-capabilities/decodingInfo.any.js.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
[Test that decodingInfo with mismatched codec color space is unsupported]
1111
expected: FAIL
1212

13+
[Test that decodingInfo rejects if the audio configuration contentType is not a valid MIME type string]
14+
expected: FAIL
15+
16+
[Test that decodingInfo rejects if the audio configuration contentType has more than one parameter]
17+
expected: FAIL
18+
19+
[Test that decodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
20+
expected: FAIL
21+
1322

1423
[decodingInfo.any.worker.html]
1524
expected:
@@ -22,3 +31,12 @@
2231

2332
[Test that decodingInfo with mismatched codec color space is unsupported]
2433
expected: FAIL
34+
35+
[Test that decodingInfo rejects if the audio configuration contentType is not a valid MIME type string]
36+
expected: FAIL
37+
38+
[Test that decodingInfo rejects if the audio configuration contentType has more than one parameter]
39+
expected: FAIL
40+
41+
[Test that decodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
42+
expected: FAIL

testing/web-platform/meta/media-capabilities/encodingInfo.any.js.ini

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@
1616
[Test that encodingInfo rejects if the MediaConfiguration does not have a valid type]
1717
expected: FAIL
1818

19+
[Test that encodingInfo rejects if the video configuration contentType is not a valid MIME type string]
20+
expected: FAIL
21+
22+
[Test that encodingInfo rejects if the video configuration contentType does not imply a single media codec but has no codecs parameter]
23+
expected: FAIL
24+
25+
[Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates multiple video codecs]
26+
expected: FAIL
27+
28+
[Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates both an audio and a video codec]
29+
expected: FAIL
30+
31+
[Test that encodingInfo rejects if the audio configuration contentType does not imply a single media codec but has no codecs parameter]
32+
expected: FAIL
33+
34+
[Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates multiple audio codecs]
35+
expected: FAIL
36+
37+
[Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
38+
expected: FAIL
39+
1940

2041
[encodingInfo.any.html]
2142
expected:
@@ -34,3 +55,24 @@
3455

3556
[Test that encodingInfo rejects if the MediaConfiguration does not have a valid type]
3657
expected: FAIL
58+
59+
[Test that encodingInfo rejects if the video configuration contentType is not a valid MIME type string]
60+
expected: FAIL
61+
62+
[Test that encodingInfo rejects if the video configuration contentType does not imply a single media codec but has no codecs parameter]
63+
expected: FAIL
64+
65+
[Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates multiple video codecs]
66+
expected: FAIL
67+
68+
[Test that encodingInfo rejects if the video configuration contentType has a codecs parameter that indicates both an audio and a video codec]
69+
expected: FAIL
70+
71+
[Test that encodingInfo rejects if the audio configuration contentType does not imply a single media codec but has no codecs parameter]
72+
expected: FAIL
73+
74+
[Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates multiple audio codecs]
75+
expected: FAIL
76+
77+
[Test that encodingInfo rejects if the audio configuration contentType has a codecs parameter that indicates both an audio and a video codec]
78+
expected: FAIL

0 commit comments

Comments
 (0)