blob: f83c5c3776f1cd0afa01946d31e07405ba094e5d (
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
|
[decodingInfo.any.html]
expected:
if (os == "android") and fission: [CRASH, OK]
[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
[decodingInfo.any.worker.html]
expected:
if (os == "android") and fission: [CRASH, OK]
[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
|