blob: e41df46dda63d9799c75fd1c1916cd6395b8e707 [file] [log] [blame]
Tests that setting window.opener to null disown its opener
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS newWindow.opener is window
PASS newWindow.opener = null did not throw exception.
PASS newWindow.opener is null
PASS openerGetter.call(newWindow) is null
PASS successfullyParsed is true
TEST COMPLETE