blob: 38403e27799d630751c1562559b73b59f14cc0f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[clearkey-mp4-syntax-mediakeysystemaccess.html]
type: testharness
[org.w3.clearkey test requestMediaKeySystemAccess() exceptions.]
expected: FAIL
[org.w3.clearkey test MediaKeySystemAccess attribute syntax.]
expected:
if not debug and e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if debug and e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
if not debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): FAIL
|