[window-open-noopener.html?_self]
expected:
if (os == "win") and (processor == "x86"): [OK, CRASH]
if (os == "android") and not debug: [OK, ERROR]
[window-open-noopener.html?indexed]
expected:
if (processor == "x86_64") and (os == "linux") and debug and not fission: [OK, CRASH]
if processor == "x86": [ERROR, OK, CRASH]
[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 not debug: [OK, ERROR]
[window-open-noopener.html?_top]
expected:
if (os == "win") and (processor == "x86"): [OK, CRASH]
if (os == "android") and not debug: [OK, ERROR]