OLD | NEW |
1 <html id="html" xmlns="http://www.w3.org/1999/xhtml"> | 1 <html id="html" xmlns="http://www.w3.org/1999/xhtml"> |
2 <head> | 2 <head> |
3 | 3 |
4 <script src="../../http/tests/inspector/inspector-test.js"></script> | 4 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
5 <script src="../../http/tests/inspector/elements-test.js"></script> | 5 <script src="../../../http/tests/inspector/elements-test.js"></script> |
6 <script src="set-outer-html-test.js"></script> | 6 <script src="set-outer-html-test.js"></script> |
7 <script> | 7 <script> |
8 //<![CDATA[ | 8 //<![CDATA[ |
9 | 9 |
10 function onload() | 10 function onload() |
11 { | 11 { |
12 document.getElementById("identity").wrapperIdentity = "identity"; | 12 document.getElementById("identity").wrapperIdentity = "identity"; |
13 runTest(); | 13 runTest(); |
14 } | 14 } |
15 | 15 |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 </p> | 69 </p> |
70 | 70 |
71 <div id="container" style="display:none"> | 71 <div id="container" style="display:none"> |
72 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar
d, etc.</p> | 72 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar
d, etc.</p> |
73 <h2>Getting involved</h2> | 73 <h2>Getting involved</h2> |
74 <p id="identity">There are many ways to get involved. You can:</p> | 74 <p id="identity">There are many ways to get involved. You can:</p> |
75 </div> | 75 </div> |
76 | 76 |
77 </body> | 77 </body> |
78 </html> | 78 </html> |
OLD | NEW |