1 Tests that elements panel shows XML dom tree structure with closing tags for all elements.
7 - <HTML xmlns="http://www.w3.org/1999/xhtml">
9 <script src="../../http/tests/inspector/inspector-test.js"></script>
10 <script src="../../http/tests/inspector/elements-test.js"></script>
12 <![CDATA[function test(){ InspectorTest.expandElementsTree(step1); function step1() { InspectorTest.dumpElementsTree(); InspectorTest.completeTest(); }}]]>
15 - <body onload="runTest()">
17 "Tests that elements panel shows XML dom tree structure with closing tags for all elements."
25 <![CDATA[ CData Content ]]>
26 <img alt="Random Image"></img>