Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / undo-dom-edits.html
index 1c062c4..29b52c3 100644 (file)
@@ -10,7 +10,13 @@ function test()
 
     function testSetUp(next)
     {
-        InspectorTest.expandElementsTree(next);
+        InspectorTest.addResult("Setting up");
+        InspectorTest.expandElementsTree(callback);
+
+        function callback()
+        {
+            InspectorTest.expandElementsTree(next);
+        }
     }
     testSuite.push(testSetUp);