diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/xhr-timeout-longtask.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/xhr-timeout-longtask.any.js.ini | 14 |
1 files changed, 14 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..7eb96d1268 --- /dev/null +++ b/testing/web-platform/meta/xhr/xhr-timeout-longtask.any.js.ini @@ -0,0 +1,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] |