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