diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/xmlhttprequest-timeout-worker-overridesexpires.html.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/xmlhttprequest-timeout-worker-overridesexpires.html.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/xmlhttprequest-timeout-worker-overridesexpires.html.ini b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-worker-overridesexpires.html.ini new file mode 100644 index 0000000000..1ca7b5c405 --- /dev/null +++ b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-worker-overridesexpires.html.ini @@ -0,0 +1,15 @@ +[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to expired value before load fires] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Timeout test: timeout set to expiring value after load fires, original timeout at 5000, reset at 4000 to 1000] + expected: + if (os == "mac") and debug: [PASS, FAIL] + + +[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to non-expiring value after timeout fires] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-worker-overridesexpires.html?timeout set to expiring value after load fires] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |