diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/xmlhttprequest-timeout-aborted.html.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/xmlhttprequest-timeout-aborted.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/xmlhttprequest-timeout-aborted.html.ini b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-aborted.html.ini new file mode 100644 index 0000000000..c11fc10fd3 --- /dev/null +++ b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-aborted.html.ini @@ -0,0 +1,11 @@ +[xmlhttprequest-timeout-aborted.html?only open()ed, not aborted] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-aborted.html?call abort() after TIME_NORMAL_LOAD] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-aborted.html?aborted immediately after send()] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |