summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookies/attributes/domain.sub.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/cookies/attributes/domain.sub.html.ini')
-rw-r--r--testing/web-platform/meta/cookies/attributes/domain.sub.html.ini85
1 files changed, 85 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookies/attributes/domain.sub.html.ini b/testing/web-platform/meta/cookies/attributes/domain.sub.html.ini
new file mode 100644
index 0000000000..83309ef216
--- /dev/null
+++ b/testing/web-platform/meta/cookies/attributes/domain.sub.html.ini
@@ -0,0 +1,85 @@
+[domain.sub.html]
+ expected:
+ if (os == "linux") and debug and not fission and not swgl: TIMEOUT
+ if (os == "linux") and not debug: [OK, TIMEOUT]
+ [Return cookie for domain match (with first domain attribute as suffix of host name and second a match for host name)]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [No cookie set on domain mismatch before a (domain matching) redirect]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [No cookie set on domain mismatch before a (domain matching) redirect (for second level subdomain)]
+ expected:
+ if (os == "linux") and not debug: [PASS, NOTRUN]
+
+ [Return cookie for domain match (with first domain attribute as suffix of host name and second a bare attribute)]
+ expected:
+ if (os == "linux") and not debug: [PASS, NOTRUN]
+
+ [No cookie returned for domain mismatch (first attribute is a different subdomain and second is bare)]
+ expected:
+ if (os == "linux") and not debug: [PASS, NOTRUN]
+
+ [Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' second)]
+ expected:
+ if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
+ if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
+
+ [Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' first)]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [No host cookies returned for host cookies after non-host redirect 1]
+ expected:
+ if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
+ if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
+
+ [No host cookies returned for host cookies after non-host redirect 2]
+ expected:
+ if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
+ if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
+
+ [No host cookies returned for host cookies after non-host redirect 3]
+ expected:
+ if (os == "linux") and debug and not fission and not swgl: TIMEOUT
+ if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
+ if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
+
+ [Return cookie with valid domain after domain with single dot ('.') value.]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [Empty domain treated as host cookie 3]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [Empty domain treated as host cookie 1]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [Empty domain treated as host cookie 2]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [Cookie returned for bare domain attribute following mismatched domain attribute (after redirect to same-origin page).]
+ expected:
+ if (os == "linux") and not debug: [PASS, NOTRUN]
+
+ [No cookie returned for domain attribute mismatch (first attribute doesn't, second does, third doesn't)]
+ expected:
+ if not fission and (os == "linux") and not debug: [PASS, TIMEOUT]
+
+ [Return cookie for domain match (with two identical domain attributes)]
+ expected:
+ if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
+ if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
+
+ [No cookie returned for domain with single dot ('.') value.]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [Return cookie for domain match (with first domain attribute a match for host name and second as suffix of host name)]
+ expected:
+ if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]