blob: 667c23c705d30032e25e926fb89f508d601b11f1 [file] [log] [blame]
weinig@apple.com1a4f1892008-03-29 15:17:32 +00001<script>
2 if (window.layoutTestController) {
3 layoutTestController.dumpAsText();
4 layoutTestController.waitUntilDone();
5 layoutTestController.setCanOpenWindows();
6 layoutTestController.setCloseRemainingWindowsWhenComplete();
7 }
8
mrowe@apple.comafadc372008-09-18 07:48:09 +00009 window.open("http://127.0.0.1:22").document.write('');
weinig@apple.com1a4f1892008-03-29 15:17:32 +000010
11 if (window.layoutTestController)
12 layoutTestController.notifyDone();
13</script>
14If this does crash, the test has passed.