Source code

Revision control

Copy as Markdown

Other Tools

[localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and debug and (processor == "x86"): TIMEOUT
if (os == "linux") and fission and asan: [TIMEOUT, OK]
if (os == "linux") and fission and not asan: [OK, TIMEOUT]
if os == "mac": [OK, TIMEOUT]
[StorageKey: test 3P about:blank window opened from a 3P iframe]
expected:
if (os == "win") and debug and (processor == "x86"): TIMEOUT
if (os == "linux") and fission and asan: [TIMEOUT, PASS]
if (os == "win") and not debug: PASS
if (os == "linux") and not fission: PASS
[PASS, TIMEOUT]