3 <meta name="description" content="This tests html output">
4 <title>html innerHTML test</title>
8 <pre id="content">placeholder</pre>
14 if (window.testRunner)
15 testRunner.dumpAsText();
16 document.getElementById("content").firstChild.nodeValue = document.documentElement.innerHTML;