Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / bidi-dom-tree.html
blobc29473a10841f7394721518a21899ac497f0825d
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>
9 function test()
11 // Warm up highlighter module.
12 runtime.loadModulePromise("source_frame").then(function() {
13 InspectorTest.expandElementsTree(step1);
14 });
16 function step1()
18 InspectorTest.dumpElementsTree();
19 InspectorTest.completeTest();
23 </script>
24 </head>
26 <body onload="runTest()">
27 <p>
28 Tests that elements panel correctly displays DOM tree structure for bi-di pages.
29 </p>
31 <div title="ویکی‌پدیا:خوش‌آمدید">ویکی‌پدیا:خوش‌آمدید</div>
33 </body>
34 </html>