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 (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
if (os == "win") and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Set multiple cookies with valid max-age values]
expected:
if (os == "win") and (processor == "x86_64") and debug: [PASS, FAIL]
if (os == "win") and (processor == "x86_64") and not debug: [FAIL, PASS]
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if (os == "win") and (processor == "x86") and not debug: [FAIL, PASS]
if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]