blob: e936d2488404d48cb28d83c406cc88c43c98fa3b [file] [log] [blame]
<HTML>
<BODY>
<p>This tests that document.write() with no parameters does not output any text. See bug 815592. </p>
<p>There should not be any text below this sentence.</p>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
document.write()
</script>
</BODY>
</HTML>