Source code

Revision control

Copy as Markdown

Other Tools

[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]