darin | 3cc6446 | 2006-01-29 18:19:10 +0000 | [diff] [blame] | 1 | <script> |
rniwa@webkit.org | ada3c20 | 2012-06-20 03:28:42 +0000 | [diff] [blame] | 2 | if (window.testRunner) { |
3 | testRunner.dumpAsText(); | ||||
4 | testRunner.waitUntilDone(); | ||||
darin | 3cc6446 | 2006-01-29 18:19:10 +0000 | [diff] [blame] | 5 | } |
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> |