File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed
testing/web-platform/meta/media-capabilities Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 10
10
[Test that decodingInfo with mismatched codec color space is unsupported]
11
11
expected: FAIL
12
12
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
+
13
22
14
23
[decodingInfo.any.worker.html]
15
24
expected:
22
31
23
32
[Test that decodingInfo with mismatched codec color space is unsupported]
24
33
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
Original file line number Diff line number Diff line change 16
16
[Test that encodingInfo rejects if the MediaConfiguration does not have a valid type]
17
17
expected: FAIL
18
18
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
+
19
40
20
41
[encodingInfo.any.html]
21
42
expected:
34
55
35
56
[Test that encodingInfo rejects if the MediaConfiguration does not have a valid type]
36
57
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
You can’t perform that action at this time.
0 commit comments