summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini134
1 files changed, 134 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini b/testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini
new file mode 100644
index 0000000000..4915473753
--- /dev/null
+++ b/testing/web-platform/meta/cookie-store/cookieStore_set_arguments.https.any.js.ini
@@ -0,0 +1,134 @@
+[cookieStore_set_arguments.https.any.html]
+ [cookieStore.set with positional name and value]
+ expected: FAIL
+
+ [cookieStore.set with name and value in options]
+ expected: FAIL
+
+ [cookieStore.set with empty name and an '=' in value]
+ expected: FAIL
+
+ [cookieStore.set with normal name and an '=' in value]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a future Date]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a past Date]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a future timestamp]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a past timestamp]
+ expected: FAIL
+
+ [cookieStore.set domain starts with "."]
+ expected: FAIL
+
+ [cookieStore.set with domain that is not equal current host]
+ expected: FAIL
+
+ [cookieStore.set with domain set to the current hostname]
+ expected: FAIL
+
+ [cookieStore.set with domain set to a subdomain of the current hostname]
+ expected: FAIL
+
+ [cookieStore.set with domain set to a non-domain-matching suffix of the current hostname]
+ expected: FAIL
+
+ [cookieStore.set default domain is null and differs from current hostname]
+ expected: FAIL
+
+ [cookieStore.set with path set to the current directory]
+ expected: FAIL
+
+ [cookieStore.set with path set to a subdirectory of the current directory]
+ expected: FAIL
+
+ [cookieStore.set default path is /]
+ expected: FAIL
+
+ [cookieStore.set adds / to path that does not end with /]
+ expected: FAIL
+
+ [cookieStore.set with path that does not start with /]
+ expected: FAIL
+
+ [cookieStore.set with get result]
+ expected: FAIL
+
+ [cookieStore.set checks if the domain is too long]
+ expected: FAIL
+
+ [cookieStore.set checks if the path is too long]
+ expected: FAIL
+
+
+[cookieStore_set_arguments.https.any.serviceworker.html]
+ [cookieStore.set with positional name and value]
+ expected: FAIL
+
+ [cookieStore.set with name and value in options]
+ expected: FAIL
+
+ [cookieStore.set with empty name and an '=' in value]
+ expected: FAIL
+
+ [cookieStore.set with normal name and an '=' in value]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a future Date]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a past Date]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a future timestamp]
+ expected: FAIL
+
+ [cookieStore.set with expires set to a past timestamp]
+ expected: FAIL
+
+ [cookieStore.set domain starts with "."]
+ expected: FAIL
+
+ [cookieStore.set with domain that is not equal current host]
+ expected: FAIL
+
+ [cookieStore.set with domain set to the current hostname]
+ expected: FAIL
+
+ [cookieStore.set with domain set to a subdomain of the current hostname]
+ expected: FAIL
+
+ [cookieStore.set with domain set to a non-domain-matching suffix of the current hostname]
+ expected: FAIL
+
+ [cookieStore.set default domain is null and differs from current hostname]
+ expected: FAIL
+
+ [cookieStore.set with path set to the current directory]
+ expected: FAIL
+
+ [cookieStore.set with path set to a subdirectory of the current directory]
+ expected: FAIL
+
+ [cookieStore.set default path is /]
+ expected: FAIL
+
+ [cookieStore.set adds / to path that does not end with /]
+ expected: FAIL
+
+ [cookieStore.set with path that does not start with /]
+ expected: FAIL
+
+ [cookieStore.set with get result]
+ expected: FAIL
+
+ [cookieStore.set checks if the domain is too long]
+ expected: FAIL
+
+ [cookieStore.set checks if the path is too long]
+ expected: FAIL