diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/api/request/request-keepalive.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/api/request/request-keepalive.any.js.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/api/request/request-keepalive.any.js.ini b/testing/web-platform/meta/fetch/api/request/request-keepalive.any.js.ini new file mode 100644 index 0000000000..a381948828 --- /dev/null +++ b/testing/web-platform/meta/fetch/api/request/request-keepalive.any.js.ini @@ -0,0 +1,34 @@ +[request-keepalive.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [keepalive flag with stream body] + expected: FAIL + + [keepalive flag] + expected: FAIL + + +[request-keepalive.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [keepalive flag with stream body] + expected: FAIL + + [keepalive flag] + expected: FAIL + + +[request-keepalive.any.serviceworker.html] + [keepalive flag with stream body] + expected: FAIL + + [keepalive flag] + expected: FAIL + + +[request-keepalive.any.html] + [keepalive flag with stream body] + expected: FAIL + + [keepalive flag] + expected: FAIL |