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