3 <head xmlns="http://www.w3.org/1999/xhtml">
4 <meta name="description" content="This tests singular elements too" />
5 <title>xhtml innerHTML test</title>
7 <body xmlns="http://www.w3.org/1999/xhtml">
9 <pre id="content">placeholder</pre>
15 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="200">
16 <?xml-stylesheet type="text/xsl" href=""?>
17 <circle cx="150" cy="100" r="50" xlink:title="test"/>
20 window.addEventListener ("load", function() {
21 if (window.testRunner)
22 testRunner.dumpAsText();
23 document.getElementById("content").firstChild.nodeValue = document.documentElement.innerHTML;