diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/xmlhttprequest-timeout-simple.html.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/xmlhttprequest-timeout-simple.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/xmlhttprequest-timeout-simple.html.ini b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-simple.html.ini new file mode 100644 index 0000000000..5e28a9f664 --- /dev/null +++ b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-simple.html.ini @@ -0,0 +1,11 @@ +[xmlhttprequest-timeout-simple.html?timeout hit before load] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-simple.html?load fires normally] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-simple.html?no time out scheduled, load fires normally] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |