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