blob: 31fc9c3f0ececac31052132060d9602ebef38db6 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
[clearkey-mp4-requestmediakeysystemaccess.https.html]
expected:
if swgl and (os == "win"): [OK, TIMEOUT]
[org.w3.clearkey, requestMediaKeySystemAccess: Empty configuration should result in NotSupportedError]
expected:
if os == "android": PASS
FAIL
[Space before ; in contentType]
expected:
if os == "android": FAIL
[Space at start of codecs parameter]
expected:
if os == "android": FAIL
[Trailing space in contentType]
expected:
if os == "android": FAIL
[Leading space in contentType]
expected:
if os == "android": FAIL
[ContentType formatting must be preserved]
expected:
if os == "android": FAIL
[Two configurations, both supported]
expected:
if os == "android": FAIL
[Space at end of codecs parameter]
expected:
if os == "android": FAIL
[Supported audio codec]
expected:
if os == "android": FAIL
[Video/]
expected:
if os == "android": FAIL
[Basic supported configuration]
expected:
if os == "android": FAIL
[Upper case MIME type]
expected:
if os == "android": FAIL
[Partially supported configuration]
expected:
if os == "android": FAIL
[Two configurations, one supported]
expected:
if os == "android": FAIL
[Codecs=]
expected:
if os == "android": FAIL
[CODECS=]
expected:
if os == "android": FAIL
|