Source code
Revision control
Copy as Markdown
Other Tools
[max-age.html]
expected:
if (os == "linux") and debug and not fission: [OK, CRASH]
[Set multiple cookies with max-age attribute]
expected:
if (os == "linux") and not fission and not debug: [PASS, FAIL]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Set mulitiple cookies with valid max-age values]
expected:
if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and tsan: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]