Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: LayoutTests/inspector/elements/expand-recursively.html

Issue 218703002: DevTools: [wip] move Elements panel off WebInspector.domModel and single tree outline. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comment addressed (and much more) Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/expand-recursively.html
diff --git a/LayoutTests/inspector/elements/expand-recursively.html b/LayoutTests/inspector/elements/expand-recursively.html
index 7bef15dc8e7f55286f1cbf9fe299e0d93a8424f4..1893b58a938b81daad523438e0639aebdf382a57 100644
--- a/LayoutTests/inspector/elements/expand-recursively.html
+++ b/LayoutTests/inspector/elements/expand-recursively.html
@@ -7,7 +7,7 @@
function test()
{
WebInspector.inspectorView.showPanel("elements");
- var treeOutline = WebInspector.panels.elements.treeOutline;
+ var treeOutline = InspectorTest.firstElementsTreeOutline();
InspectorTest.findNode(function() { return false; }, firstStep);
function firstStep()

Powered by Google App Engine
This is Rietveld 408576698