diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/xmlhttprequest-timeout-overrides.html.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/xmlhttprequest-timeout-overrides.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/xmlhttprequest-timeout-overrides.html.ini b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-overrides.html.ini new file mode 100644 index 0000000000..76458a2cbc --- /dev/null +++ b/testing/web-platform/meta/xhr/xmlhttprequest-timeout-overrides.html.ini @@ -0,0 +1,11 @@ +[xmlhttprequest-timeout-overrides.html?timeout disabled after initially set] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-overrides.html?timeout enabled after initially disabled] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[xmlhttprequest-timeout-overrides.html?timeout overrides load after a delay] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |