| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
| 4 <script src="../../http/tests/inspector/elements-test.js"></script> | 4 <script src="../../../http/tests/inspector/elements-test.js"></script> |
| 5 <script> | 5 <script> |
| 6 | 6 |
| 7 function test() | 7 function test() |
| 8 { | 8 { |
| 9 InspectorTest.expandElementsTree(function() { | 9 InspectorTest.expandElementsTree(function() { |
| 10 var container = InspectorTest.expandedNodeWithId("container"); | 10 var container = InspectorTest.expandedNodeWithId("container"); |
| 11 InspectorTest.dumpElementsTree(container); | 11 InspectorTest.dumpElementsTree(container); |
| 12 InspectorTest.completeTest(); | 12 InspectorTest.completeTest(); |
| 13 }); | 13 }); |
| 14 } | 14 } |
| (...skipping 12 matching lines...) Expand all Loading... |
| 27 </div> | 27 </div> |
| 28 | 28 |
| 29 <script> | 29 <script> |
| 30 test1.createShadowRoot(); | 30 test1.createShadowRoot(); |
| 31 test2.createShadowRoot(); | 31 test2.createShadowRoot(); |
| 32 test3.createShadowRoot(); | 32 test3.createShadowRoot(); |
| 33 </script> | 33 </script> |
| 34 | 34 |
| 35 </body> | 35 </body> |
| 36 </html> | 36 </html> |
| OLD | NEW |