Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / bidi-dom-tree.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <script src="../../http/tests/inspector/inspector-test.js"></script>
6 <script src="../../http/tests/inspector/elements-test.js"></script>
7 <script>
8
9 function test()
10 {
11     // Warm up highlighter module.
12     runtime.loadModulePromise("source_frame").then(function() {
13         InspectorTest.expandElementsTree(step1);
14     }).done();
15
16     function step1()
17     {
18         InspectorTest.dumpElementsTree();
19         InspectorTest.completeTest();
20     }
21 }
22
23 </script>
24 </head>
25
26 <body onload="runTest()">
27 <p>
28 Tests that elements panel correctly displays DOM tree structure for bi-di pages.
29 </p>
30
31 <div title="ویکی‌پدیا:خوش‌آمدید">ویکی‌پدیا:خوش‌آمدید</div>
32
33 </body>
34 </html>