blob: 5a657fa3ad37a239a2d6aa3190f3b302cde53f49 (
plain)
1
2
3
4
5
6
7
|
[clearkey-mp4-update-disallowed-input.https.html]
expected:
if (os == "linux") and not fission and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[update() with invalid response (longer than 64Kb characters) should fail.]
expected:
if os == "android": FAIL
|