| OLD | NEW |
| 1 <html> | 1 <html> |
| 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 | 8 |
| 9 function onload() | 9 function onload() |
| 10 { | 10 { |
| 11 document.getElementById("identity").wrapperIdentity = "identity"; | 11 document.getElementById("identity").wrapperIdentity = "identity"; |
| 12 runTest(); | 12 runTest(); |
| 13 } | 13 } |
| 14 | 14 |
| 15 function test() | 15 function test() |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 </p> | 55 </p> |
| 56 | 56 |
| 57 <div id="container" style="display:none"> | 57 <div id="container" style="display:none"> |
| 58 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar
d, etc.</a>.</p> | 58 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar
d, etc.</a>.</p> |
| 59 <h2>Getting involved</h2> | 59 <h2>Getting involved</h2> |
| 60 <p id="identity">There are many ways to get involved. You can:</p> | 60 <p id="identity">There are many ways to get involved. You can:</p> |
| 61 </div> | 61 </div> |
| 62 | 62 |
| 63 </body> | 63 </body> |
| 64 </html> | 64 </html> |
| OLD | NEW |