Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / elements-panel-structure.html
index ed0d24e..89e1a49 100644 (file)
@@ -7,7 +7,10 @@
 
 function test()
 {
-    InspectorTest.expandElementsTree(step1);
+    // Warm up highlighter module.
+    runtime.loadModulePromise("source_frame").then(function() {
+        InspectorTest.expandElementsTree(step1)
+    }).done();
 
     function step1()
     {