Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / elements / html-link-import.html
index 96767db..243e0f6 100644 (file)
@@ -7,7 +7,10 @@
 
 function test()
 {
-    InspectorTest.expandElementsTree(callback);
+    // Warm up highlighter module.
+    runtime.loadModulePromise("source_frame").then(function() {
+        InspectorTest.expandElementsTree(callback);
+    }).done();
 
     function callback()
     {