| <?xml version="1.0" encoding="UTF-8"?> |
| "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" |
| "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <meta name="description" content="This tests singular elements too" /> |
| <title>xhtml innerHTML test</title> |
| <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; |