Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / bidi-dom-tree-expected.txt
index 3c53fd5..4993e06 100644 (file)
@@ -8,7 +8,7 @@ Tests that elements panel correctly displays DOM tree structure for bi-di pages.
           <script src="../../http/tests/inspector/inspector-test.js"></script>
           <script src="../../http/tests/inspector/elements-test.js"></script>
         - <script>
-              \nfunction test()\n{\n    InspectorTest.expandElementsTree(step1);\n\n    function step1()\n    {\n        InspectorTest.dumpElementsTree();\n        InspectorTest.completeTest();\n    }\n}\n\n
+              \nfunction test()\n{\n    // Warm up highlighter module.\n    runtime.loadModulePromise("source_frame").then(function() {\n        InspectorTest.expandElementsTree(step1);\n    }).done();\n\n    function step1()\n    {\n        InspectorTest.dumpElementsTree();\n        InspectorTest.completeTest();\n    }\n}\n\n
           </script>
       </head>
     - <body onload="runTest()">