diff options
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.ini | 88 |
1 files changed, 88 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..84d61bcb42 --- /dev/null +++ b/testing/web-platform/meta/cookies/attributes/domain.sub.html.ini @@ -0,0 +1,88 @@ +[domain.sub.html] + expected: + if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT] + if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "linux") and not debug and not fission: [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 not fission: [PASS, NOTRUN] + if (os == "linux") and not debug and fission: [PASS, TIMEOUT, 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 and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] + if (os == "linux") and not debug and fission and (processor == "x86"): [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 and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] + if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT] + 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 not debug and (processor == "x86_64") and fission: [PASS, NOTRUN, TIMEOUT] + if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, TIMEOUT, NOTRUN] + if (os == "linux") and not debug and (processor == "x86"): [PASS, 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 (os == "linux") and not fission and not debug: [PASS, TIMEOUT] + + [Return cookie for domain match (with two identical domain attributes)] + expected: + if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN] + if (os == "linux") and not debug and fission: [PASS, TIMEOUT] + + [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] |