blob: afc700dbcd8149085a3a24d4b9c3f36a30e3a2b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[sync-no-progress.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[progress event should not be fired by sync XHR]
expected:
if not fission and (os == "linux") and debug: [PASS, FAIL]
[sync-no-progress.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|