Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / elements-panel-shadow-selection-on-refresh.html
index 6fc3b12..85ba08c 100644 (file)
@@ -57,8 +57,12 @@ function test()
 
     function selectReloadAndDump(next, node)
     {
-        InspectorTest.selectNode(node);
-        InspectorTest.reloadPage(step1);
+        InspectorTest.selectNode(node).then(step0);
+
+        function step0()
+        {
+            InspectorTest.reloadPage(step1);
+        }
 
         function step1()
         {