Sign in
webkit
/
WebKit
/
cd096af6c6240b3ceab5d977df03c24b8d5fa8d7
/
.
/
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