diff options
Diffstat (limited to 'testing/web-platform/meta/websockets/cookies')
9 files changed, 68 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/cookies/001.html.ini b/testing/web-platform/meta/websockets/cookies/001.html.ini new file mode 100644 index 0000000000..851550f33a --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/001.html.ini @@ -0,0 +1,5 @@ +[001.html?wpt_flags=h2] + +[001.html?wss&wpt_flags=https] + +[001.html] diff --git a/testing/web-platform/meta/websockets/cookies/002.html.ini b/testing/web-platform/meta/websockets/cookies/002.html.ini new file mode 100644 index 0000000000..dcd47e40fc --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/002.html.ini @@ -0,0 +1,11 @@ +[002.html?wss&wpt_flags=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[002.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[002.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/cookies/003.html.ini b/testing/web-platform/meta/websockets/cookies/003.html.ini new file mode 100644 index 0000000000..57f4126249 --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/003.html.ini @@ -0,0 +1,11 @@ +[003.html?wss&wpt_flags=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[003.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[003.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/cookies/004.html.ini b/testing/web-platform/meta/websockets/cookies/004.html.ini new file mode 100644 index 0000000000..69bb59e32e --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/004.html.ini @@ -0,0 +1,7 @@ +[004.html?wss&wpt_flags=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[004.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/cookies/005.html.ini b/testing/web-platform/meta/websockets/cookies/005.html.ini new file mode 100644 index 0000000000..4042206f74 --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/005.html.ini @@ -0,0 +1,7 @@ +[005.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[005.html?wss&wpt_flags=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/cookies/006.html.ini b/testing/web-platform/meta/websockets/cookies/006.html.ini new file mode 100644 index 0000000000..c49b21499a --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/006.html.ini @@ -0,0 +1,11 @@ +[006.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[006.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[006.html?wss&wpt_flags=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/cookies/007.html.ini b/testing/web-platform/meta/websockets/cookies/007.html.ini new file mode 100644 index 0000000000..649ad35fd6 --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/007.html.ini @@ -0,0 +1,11 @@ +[007.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[007.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[007.html?wss&wpt_flags=https] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/websockets/cookies/__dir__.ini b/testing/web-platform/meta/websockets/cookies/__dir__.ini new file mode 100644 index 0000000000..a058aa2a52 --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/__dir__.ini @@ -0,0 +1 @@ +prefs: [network.cookie.sameSite.schemeful:false] diff --git a/testing/web-platform/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini b/testing/web-platform/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini new file mode 100644 index 0000000000..a060aaea25 --- /dev/null +++ b/testing/web-platform/meta/websockets/cookies/third-party-cookie-accepted.https.html.ini @@ -0,0 +1,4 @@ +prefs: [network.cookie.sameSite.laxByDefault:true, network.cookie.sameSite.noneRequiresSecure:true] +[third-party-cookie-accepted.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |