2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / Window / window-open-self.html
blob213cbd36902865075653160acb2e12cf1c2ae173
1 <script>
2 if (window.layoutTestController) {
3 layoutTestController.dumpAsText();
4 layoutTestController.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>