blob: bc0efbf1a646c7adf16d9678f596ff3121edd499 [file] [log] [blame]
Content:
<head>
<meta name="description" content="This tests html output">
<title>html innerHTML test</title>
</head>
<body>
<span>Content:</span>
<pre id="content">placeholder</pre>
<div></div>
<span></span>
<b>test</b>
<br>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("content").firstChild.nodeValue = document.documentElement.innerHTML;
</script></body>
test