Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / 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 Page reloaded.
5 - <html>
6     - <head>
7           <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8           <script src="../inspector-test.js"></script>
9           <script src="../elements-test.js"></script>
10           <script src="../resources-test.js"></script>
11         - <script>
12               function test()\n        {\n            InspectorTest.reloadPage(step1);\n\n            function step1()\n            {\n                InspectorTest.runAfterResourcesAreFinished(["xsl-transformed.xsl"], InspectorTest.expandElementsTree.bind(InspectorTest, step2));\n            }\n\n            function step2()\n            {\n                InspectorTest.dumpElementsTree();\n                InspectorTest.completeTest();\n            }\n        }\n
13           </script>
14       </head>
15     - <body onload="runTest()">
16         - <p>
17               "Tests that XSL-transformed documents in the main frame are rendered correctly in the Elements panel. "
18               <a href="https://bugs.webkit.org/show_bug.cgi?id=111313">Bug 111313</a>
19           </p>
20           <span>One</span>
21           <span>Two</span>
22           <span>Three</span>
23         - <div>
24             - <div>
25                 - <div class="output" id="output" style="white-space: pre;">
26                       "Page reloaded."
27                       <br>
28                   </div>
29               </div>
30           </div>
31       </body>
32   </html>
33