weinig@apple.com | 1a4f189 | 2008-03-29 15:17:32 +0000 | [diff] [blame] | 1 | <script> |
| 2 | if (window.layoutTestController) { |
| 3 | layoutTestController.dumpAsText(); |
| 4 | layoutTestController.waitUntilDone(); |
| 5 | layoutTestController.setCanOpenWindows(); |
| 6 | layoutTestController.setCloseRemainingWindowsWhenComplete(); |
| 7 | } |
| 8 | |
mrowe@apple.com | afadc37 | 2008-09-18 07:48:09 +0000 | [diff] [blame] | 9 | window.open("http://127.0.0.1:22").document.write(''); |
weinig@apple.com | 1a4f189 | 2008-03-29 15:17:32 +0000 | [diff] [blame] | 10 | |
| 11 | if (window.layoutTestController) |
| 12 | layoutTestController.notifyDone(); |
| 13 | </script> |
| 14 | If this does crash, the test has passed. |