OLD | NEW |
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <svg xmlns="http://www.w3.org/2000/svg"> | 2 <svg xmlns="http://www.w3.org/2000/svg"> |
3 <foreignObject> | 3 <foreignObject> |
4 <html xmlns="http://www.w3.org/1999/xhtml"> | 4 <html xmlns="http://www.w3.org/1999/xhtml"> |
5 <head> | 5 <head> |
6 <script src="../../http/tests/inspector/inspector-test.js"></script> | 6 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
7 <script src="../../http/tests/inspector/elements-test.js"></script> | 7 <script src="../../../http/tests/inspector/elements-test.js"></script> |
8 <script><![CDATA[ | 8 <script><![CDATA[ |
9 | 9 |
10 function test() | 10 function test() |
11 { | 11 { |
12 var targetNode; | 12 var targetNode; |
13 | 13 |
14 InspectorTest.runTestSuite([ | 14 InspectorTest.runTestSuite([ |
15 function testDumpInitial(next) | 15 function testDumpInitial(next) |
16 { | 16 { |
17 function callback(node) | 17 function callback(node) |
(...skipping 22 matching lines...) Expand all Loading... |
40 <p> | 40 <p> |
41 Tests that elements panel updates dom tree structure upon setting attribute on n
on HTML elements. PASSes if there is no crash. | 41 Tests that elements panel updates dom tree structure upon setting attribute on n
on HTML elements. PASSes if there is no crash. |
42 </p> | 42 </p> |
43 | 43 |
44 <div id="node"></div> | 44 <div id="node"></div> |
45 | 45 |
46 </body> | 46 </body> |
47 </html> | 47 </html> |
48 </foreignObject> | 48 </foreignObject> |
49 </svg> | 49 </svg> |
OLD | NEW |