blob: 767126093ef680befafb3cc8cfa3471c31c58c3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[xhr-timeout-longtask.any.html]
[Long tasks should not trigger load timeout]
expected:
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [FAIL, PASS]
FAIL
[xhr-timeout-longtask.any.worker.html]
[Long tasks should not trigger load timeout]
expected:
if (os == "win") and (processor == "x86") and not debug: PASS
if (os == "mac") and debug: [FAIL, PASS]
if (os == "win") and (processor == "x86_64"): PASS
[PASS, FAIL]
|