haikuwebkit/LayoutTests/fast/forms/document-write-empty.html

14 lines
293 B
HTML

<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.testRunner)
testRunner.dumpAsText();
document.write()
</script>
</BODY>
</HTML>