blob: 81f9a88a4eadb62c77870ece86fc6d4d842c868b [file] [log] [blame]
<HTML xmlns="http://www.w3.org/1999/xhtml">
<Head>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/elements-test.js"></script>
<script>
<![CDATA[
function test()
{
InspectorTest.expandElementsTree(step1);
function step1()
{
InspectorTest.dumpElementsTree();
InspectorTest.completeTest();
}
}
]]>
</script>
</Head>
<body onload="runTest()">
<p>
Tests that elements panel shows XML dom tree structure with closing tags for all elements.
</p>
<hr></hr>
<p>Paragraph BR test<br/>Next line
</p>
<![CDATA[ CData Content ]]>
<img alt="Random Image"></img>
</body>
</HTML>