blob: e0981583d23db898853772f133f2636e1197fdae [file] [log] [blame]
<p>Test for a possible problem related to <a href=\'http://bugzilla.opendarwin.org/show_bug.cgi?id=4395\'>bug 4395</a>:
REGRESSION: document.open doesn't clear the document.</p>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.open();
document.write("<p>This line should appear second.</p>");
document.close();
</script>
<p>Last line.</p>