blob: 1ca7b5c4054471bef9059ba4c7df0ca56ff7c698 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to expired value before load fires]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Timeout test: timeout set to expiring value after load fires, original timeout at 5000, reset at 4000 to 1000]
expected:
if (os == "mac") and debug: [PASS, FAIL]
[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to non-expiring value after timeout fires]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to expiring value after load fires]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|