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