blob: 2af8367d19b6bff11423b74fa90bdc9acf824d5a [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
// DumpRenderTree requires waitUntilDone for this test even though it's not needed.
testRunner.waitUntilDone();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
}
var w = window.open("about:blank");
w.print();
w.close();
window.onload = function() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
This test passes if it doesn't crash.