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