Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / elements / styles / xsl-transformed-expected.txt
1 Tests that XSL-transformed documents in the main frame are rendered correctly in the Elements panel. Bug 111313
2
3 OneTwoThree
4 - <html>
5     - <head>
6           <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7           <script src="../../inspector-test.js"></script>
8           <script src="../../elements-test.js"></script>
9           <script src="../../resources-test.js"></script>
10         - <script>
11               function test()\n        {\n            InspectorTest.expandElementsTree(step2);\n\n            function step2()\n            {\n                InspectorTest.dumpElementsTree();\n                InspectorTest.completeTest();\n            }\n        }\n
12           </script>
13       </head>
14     - <body onload="runTest()">
15         - <p>
16               "Tests that XSL-transformed documents in the main frame are rendered correctly in the Elements panel. "
17               <a href="https://bugs.webkit.org/show_bug.cgi?id=111313">Bug 111313</a>
18           </p>
19           <span>One</span>
20           <span>Two</span>
21           <span>Three</span>
22       </body>
23   </html>
24