Source code

Revision control

Copy as Markdown

Other Tools

[opener-setter.html]
disabled:
if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
expected:
if (os == "android") and sessionHistoryInParent and not debug: [OK, ERROR]
if os == "linux": [OK, TIMEOUT]
[Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
expected:
if os == "linux": [PASS, TIMEOUT]