blob: 7ed3d8badee470c13c3e3c5db9739a369436ef96 [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