blob: 6927269e638ce3296d17db655e8f27dfcbe5f5dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[clearkey-mp4-playback-temporary.html]
type: testharness
[org.w3.clearkey, sucessful playback, temporary, mp4, set src before setMediaKeys]
expected:
if (os == "win") and (version == "5.1.2600"): TIMEOUT
[org.w3.clearkey, temporary, mp4, playback, single key]
expected:
if not debug and e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if debug and e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
if not debug and not e10s and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): TIMEOUT
|