diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/unload-a-document')
6 files changed, 52 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/unload-a-document/001.html.ini b/testing/web-platform/meta/websockets/unload-a-document/001.html.ini new file mode 100644 index 0000000000..6deb69b4ea --- /dev/null +++ b/testing/web-platform/meta/websockets/unload-a-document/001.html.ini @@ -0,0 +1,13 @@ +[001.html] + disabled: + if (os == "linux") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1372789 + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[001.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[001.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/unload-a-document/002.html.ini b/testing/web-platform/meta/websockets/unload-a-document/002.html.ini new file mode 100644 index 0000000000..3303edf46e --- /dev/null +++ b/testing/web-platform/meta/websockets/unload-a-document/002.html.ini @@ -0,0 +1,19 @@ +[002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebSockets: navigating top-level browsing context with closed websocket] + expected: FAIL + + +[002.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebSockets: navigating top-level browsing context with closed websocket] + expected: FAIL + + +[002.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebSockets: navigating top-level browsing context with closed websocket] + expected: FAIL diff --git a/testing/web-platform/meta/websockets/unload-a-document/003.html.ini b/testing/web-platform/meta/websockets/unload-a-document/003.html.ini new file mode 100644 index 0000000000..ac366e49ec --- /dev/null +++ b/testing/web-platform/meta/websockets/unload-a-document/003.html.ini @@ -0,0 +1,3 @@ +[003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/unload-a-document/004.html.ini b/testing/web-platform/meta/websockets/unload-a-document/004.html.ini new file mode 100644 index 0000000000..d60d6f118d --- /dev/null +++ b/testing/web-platform/meta/websockets/unload-a-document/004.html.ini @@ -0,0 +1,5 @@ +[004.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebSockets: navigating nested browsing context with closed websocket] + expected: FAIL diff --git a/testing/web-platform/meta/websockets/unload-a-document/005.html.ini b/testing/web-platform/meta/websockets/unload-a-document/005.html.ini new file mode 100644 index 0000000000..d837e65e3b --- /dev/null +++ b/testing/web-platform/meta/websockets/unload-a-document/005.html.ini @@ -0,0 +1,11 @@ +[005.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[005.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[005.html?wss] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/unload-a-document/__dir__.ini b/testing/web-platform/meta/websockets/unload-a-document/__dir__.ini new file mode 100644 index 0000000000..2e2a85383b --- /dev/null +++ b/testing/web-platform/meta/websockets/unload-a-document/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [gpu:51200] |