Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / window-open-self.html
blob12e3f3e769f9cb6cb1469ec78dc6709cf5c93576
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpAsText();
4 testRunner.waitUntilDone();
6 window.open("resources/destination.html", "_self");
7 </script>
8 <p>If you can still see this text, then the test of window.open(URL, "_self") has failed.</p>