blob: a6c4e6445f757ee1928909823b0fb746b9714ac7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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 not fission: OK
if os == "win": OK
if os == "mac": OK
[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]
|