upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / innerHTML / 004-expected.txt
1 Content:
2
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>
6 </head>
7 <body xmlns="http://www.w3.org/1999/xhtml">
8 <span>Content:</span>
9 <pre id="content">placeholder</pre>
10 <div></div>
11 <span></span>
12 <b>test</b>
13 <br />
14 <div></div>
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"/>
18 </svg>
19 <script>
20 window.addEventListener ("load", function() {
21     if (window.layoutTestController)
22             layoutTestController.dumpAsText();
23     document.getElementById("content").firstChild.nodeValue = document.documentElement.innerHTML;
24 }, false);
25
26 </script>
27 </body>
28 test 
29