Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / elements-panel-xhtml-structure-expected.txt
blobceb2bcfcbcc55b3899d137d597010b16b8f3f6e6
1 Tests that elements panel shows XML dom tree structure with closing tags for all elements.
3 Paragraph BR test
4 Next line
6  
7 - <HTML xmlns="http://www.w3.org/1999/xhtml">
8     - <Head>
9           <script src="../../http/tests/inspector/inspector-test.js"></script>
10           <script src="../../http/tests/inspector/elements-test.js"></script>
11         - <script>
12               <![CDATA[function test(){    InspectorTest.expandElementsTree(step1);    function step1()    {        InspectorTest.dumpElementsTree();        InspectorTest.completeTest();    }}]]>
13           </script>
14       </Head>
15     - <body onload="runTest()">
16         - <p>
17               "Tests that elements panel shows XML dom tree structure with closing tags for all elements."
18           </p>
19           <hr></hr>
20         - <p>
21               "Paragraph BR test"
22               <br></br>
23               "Next line"
24           </p>
25           <![CDATA[ CData Content ]]>
26           <img alt="Random Image"></img>
27       </body>
28   </HTML>