blob: 0a372c237d934b881a368c2e9ee7788d1945471b [file] [log] [blame]
<html>
<head>
<script>
function test() {
if (window.testRunner) {
testRunner.dumpAsText();
}
document.write("<pre>");
document.write("pa");
document.write("ssed");
document.write("</pre>");
}
</script>
</head>
<body>
<p>Tests: calling HTMLDocument::write</p>
<p>Condition(s): multiple calls</p>
<p>
Success message:
<pre>
passed
</pre>
</p>
<p>
Failure message:
<pre>
pa
ssed
</pre>
</p>
<hr>
</body>
<script>test()</script>
</html>