Sign in
webkit
/
WebKit
/
2b71a063dee544906d04b3c4fb19abae128a0dfd
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
set-window-opener-to-null-expected.txt
blob: 720805cc1a69856b9ff7ee0cd3fd3f86db711cea [
file
] [
log
] [
blame
]
This tests that following code works in Chrome:
var w = window.open(...);
w.opener = null;
After new page finishes loading, its opener should stay as null.
PASS