Source code

Revision control

Copy as Markdown

Other Tools

[window-open-noopener.html?_self]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[window-open-noopener.html?indexed]
expected:
if (os == "linux") and debug and not fission: [OK, CRASH]
if (os == "android") and fission: [OK, TIMEOUT]
[noopener=1 means the same as noopener]
expected: FAIL
[Trailing noopener should work]
expected: FAIL
[Leading noopener should work]
expected: FAIL
[Interior noopener should work]
expected: FAIL
[noopener separated only by spaces should work]
expected: FAIL
[window.open() with 'noopener' should reuse existing target]
expected: FAIL
[noreferrer should also suppress opener when reusing existing target]
expected: FAIL
[noopener=true means the same as noopener]
expected: FAIL
[window-open-noopener.html?_parent]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[window-open-noopener.html?_top]
expected:
if (os == "android") and fission: [OK, TIMEOUT]