diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/websockets/unload-a-document | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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] |