diff options
Diffstat (limited to 'testing/web-platform/meta/xhr/response-body-errors.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/xhr/response-body-errors.any.js.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/xhr/response-body-errors.any.js.ini b/testing/web-platform/meta/xhr/response-body-errors.any.js.ini new file mode 100644 index 0000000000..f2313875bd --- /dev/null +++ b/testing/web-platform/meta/xhr/response-body-errors.any.js.ini @@ -0,0 +1,15 @@ +[response-body-errors.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Asynchronous XMLHttpRequest should clear response on bad chunk] + expected: FAIL + + +[response-body-errors.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Synchronous XMLHttpRequest should throw on bad chunk] + expected: FAIL + + [Asynchronous XMLHttpRequest should clear response on bad chunk] + expected: FAIL |