blob: 386ef33f93c6f77e08cddbbefab7a93c2efc41b7 [file] [log] [blame]
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
layoutTestController.setCanOpenWindows();
layoutTestController.setCloseRemainingWindowsWhenComplete();
}
window.open("http://webkit.org:22").document.write('');
if (window.layoutTestController)
layoutTestController.notifyDone();
</script>
If this does crash, the test has passed.