blob: 97217ac8cee614667b59852813d3773b86e59a7a (
plain)
1
2
3
4
5
6
7
8
9
|
[clearkey-mp4-waiting-for-a-key.html]
type: testharness
[Waiting for a key.]
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
|