summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-xhtml-structure.xhtml-disabled
blob: 81f9a88a4eadb62c77870ece86fc6d4d842c868b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<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>