diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/xmlhttprequest-timeout-overridesexpires.html.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/xmlhttprequest-timeout-overridesexpires.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/xmlhttprequest-timeout-overridesexpires.html.ini b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-overridesexpires.html.ini new file mode 100644 index 0000000000..3236d7ef78 --- /dev/null +++ b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-overridesexpires.html.ini @@ -0,0 +1,11 @@ +[xmlhttprequest-timeout-overridesexpires.html?timeout set to expiring value after load fires] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-overridesexpires.html?timeout set to non-expiring value after timeout fires] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-overridesexpires.html?timeout set to expired value before load fires] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |