1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta name=
"description" content=
"This tests html output" />
5 <title>html innerHTML test
</title>
9 <pre id=
"content">placeholder
</pre>
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
17 document
.getElementById("content").firstChild
.nodeValue
= document
.documentElement
.innerHTML
;