blob: 394e29c7c1af5d178afb76a59f95d66454e087aa (
plain)
1
2
3
4
5
6
7
8
9
10
|
[clearkey-mp4-playback-temporary-clear-encrypted.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, TIMEOUT, CRASH]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[org.w3.clearkey, temporary, mp4, playback, single key, clear then encrypted content]
expected:
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]
if os == "android": FAIL
|