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 src="edit-dom-test.js"></script> | 5 <script src="edit-dom-test.js"></script> |
6 <script> | 6 <script> |
7 | 7 |
8 function test() | 8 function test() |
9 { | 9 { |
10 InspectorTest.runTestSuite([ | 10 InspectorTest.runTestSuite([ |
11 function testSetUp(next) | 11 function testSetUp(next) |
12 { | 12 { |
13 InspectorTest.expandElementsTree(next); | 13 InspectorTest.expandElementsTree(next); |
14 }, | 14 }, |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 <body onload="runTest()"> | 47 <body onload="runTest()"> |
48 <p> | 48 <p> |
49 Verifies inspector doesn't break when switching panels while editing as HTML. cr
bug.com/485457 | 49 Verifies inspector doesn't break when switching panels while editing as HTML. cr
bug.com/485457 |
50 </p> | 50 </p> |
51 | 51 |
52 <div> | 52 <div> |
53 <div id="inspected">Inspected Node</div> | 53 <div id="inspected">Inspected Node</div> |
54 </div> | 54 </div> |
55 </body> | 55 </body> |
56 </html> | 56 </html> |
OLD | NEW |