diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/xhr/xhr-timeout-longtask.any.js.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/xhr-timeout-longtask.any.js.ini b/testing/web-platform/meta/xhr/xhr-timeout-longtask.any.js.ini new file mode 100644 index 0000000000..767126093e --- /dev/null +++ b/testing/web-platform/meta/xhr/xhr-timeout-longtask.any.js.ini @@ -0,0 +1,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] |