blob: a16a92f33db61df45ca04615862b5ab8d8104aa2 (
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
|
[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
[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
|