Source code
Revision control
Copy as Markdown
Other Tools
[opener-setter.html]
disabled:
expected:
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "linux") and debug: [OK, TIMEOUT]
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
expected:
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
if (os == "linux") and debug: [PASS, TIMEOUT]