Source code
Revision control
Copy as Markdown
Other Tools
[cookieStore_set_arguments.https.any.serviceworker.html]
[cookieStore.set with path set to the current directory]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cookieStore.set with path set to a subdirectory of the current directory]
expected:
if (os == "linux") and not debug: [PASS, FAIL]
if os == "win": [PASS, FAIL]
[cookieStore.set with get result]
expected:
if os == "mac": PASS
if os == "linux": PASS
if os == "android": PASS
[PASS, FAIL]
[cookieStore.set checks if the path is too long]
expected:
if os == "mac": PASS
if os == "linux": PASS
if os == "android": PASS
[PASS, FAIL]
[cookieStore.set checks if the domain is too long]
expected:
if os == "mac": PASS
if os == "linux": PASS
if os == "android": PASS
[PASS, FAIL]
[cookieStore.set with a __Host- prefix should not have a domain]
expected:
if os == "mac": PASS
if os == "linux": PASS
if os == "android": PASS
[PASS, FAIL]
[cookieStore.set with positional name and value]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with name and value in options]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with normal name and an '=' in value]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with expires set to a future Date]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with expires set to a past Date]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with expires set to a future timestamp]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with expires set to a past timestamp]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with domain set to the current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with domain set to a subdomain of the current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with domain set to a non-domain-matching suffix of the current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set default domain is null and differs from current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set default path is /]
expected:
if os == "win": [PASS, FAIL]
[cookieStore.set does not add / to path that does not end with /]
expected:
if not debug and sessionHistoryInParent and (os == "linux") and not asan and tsan: PASS
if not debug and sessionHistoryInParent and (os == "linux") and asan: PASS
if not debug and sessionHistoryInParent and (os == "mac"): PASS
[PASS, FAIL]
[cookieStore_set_arguments.https.any.html]
[cookieStore.set with domain set to a subdomain of the current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with domain set to a non-domain-matching suffix of the current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set does not add / to path that does not end with /]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set can modify a cookie set by document.cookie if document is defined]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with get result]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set checks if the path is too long]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set checks if the domain is too long]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with a __Host- prefix should not have a domain]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "win") and debug: [PASS, FAIL]
[cookieStore.set with expires set to a future Date]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set default domain is null and differs from current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with positional name and value]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with expires set to a past Date]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with normal name and an '=' in value]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with name and value in options]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set default path is /]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with expires set to a future timestamp]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with domain set to the current hostname]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with path set to the current directory]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with expires set to a past timestamp]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
[cookieStore.set with path set to a subdirectory of the current directory]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]