1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
4 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd">
5 <html xmlns=
"http://www.w3.org/1999/xhtml">
7 <meta name=
"description" content=
"This tests singular elements too" />
8 <title>xhtml innerHTML test
</title>
12 <pre id=
"content">placeholder
</pre>
18 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" width=
"300" height=
"200">
19 <?xml-stylesheet type=
"text/xsl" href=
""?>
20 <circle cx=
"150" cy=
"100" r=
"50" xlink:
title=
"test"/>
23 window.addEventListener (
"load", function() {
24 if (window.testRunner)
25 testRunner.dumpAsText();
26 document.getElementById(
"content").firstChild.nodeValue = document.documentElement.innerHTML;