Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / expand-recursively.html
index a0fc8b8..5f35320 100644 (file)
@@ -6,8 +6,7 @@
 
 function test()
 {
-    WebInspector.showPanel("elements");
-    var treeOutline = WebInspector.panels.elements.treeOutline;
+    var treeOutline = InspectorTest.firstElementsTreeOutline();
     InspectorTest.findNode(function() { return false; }, firstStep);
         
     function firstStep()