diff options
Diffstat (limited to 'testing/web-platform/meta/webtransport/close.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webtransport/close.https.any.js.ini | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webtransport/close.https.any.js.ini b/testing/web-platform/meta/webtransport/close.https.any.js.ini new file mode 100644 index 0000000000..ed15067687 --- /dev/null +++ b/testing/web-platform/meta/webtransport/close.https.any.js.ini @@ -0,0 +1,86 @@ +[close.https.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [close] + expected: FAIL + + [close with code and reason] + expected: FAIL + + [close with code and long reason] + expected: FAIL + + [server initiated closure with code and reason] + expected: FAIL + + [server initiated connection closure] + expected: FAIL + + [server initiated closure without code and reason] + expected: FAIL + + +[close.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [close] + expected: FAIL + + [close with code and reason] + expected: FAIL + + [close with code and long reason] + expected: FAIL + + [server initiated closure with code and reason] + expected: FAIL + + [server initiated connection closure] + expected: FAIL + + [server initiated closure without code and reason] + expected: FAIL + + +[close.https.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [close] + expected: FAIL + + [close with code and reason] + expected: FAIL + + [close with code and long reason] + expected: FAIL + + [server initiated closure with code and reason] + expected: FAIL + + [server initiated connection closure] + expected: FAIL + + [server initiated closure without code and reason] + expected: FAIL + + +[close.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [close] + expected: FAIL + + [close with code and reason] + expected: FAIL + + [close with code and long reason] + expected: FAIL + + [server initiated closure with code and reason] + expected: FAIL + + [server initiated connection closure] + expected: FAIL + + [server initiated closure without code and reason] + expected: FAIL |