blob: d0e9ee66734e0795c55ce1bec47c4e62b7700b6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
[decodingInfo.any.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[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
[Test that decodingInfo with mismatched codec color space is unsupported]
expected: FAIL
[decodingInfo.any.worker.html]
expected:
if (os == "android") and not debug: [OK, ERROR]
[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
[Test that decodingInfo with mismatched codec color space is unsupported]
expected: FAIL
|