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

Unified Diff: LayoutTests/inspector/elements/elements-img-tooltip.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/elements-img-tooltip.html
diff --git a/LayoutTests/inspector/elements/elements-img-tooltip.html b/LayoutTests/inspector/elements/elements-img-tooltip.html
index 8c9f1f6e9f3ec6142a05782220985325adf8af9e..45a5cb191351a42068dcdda8a908da872fcb24ea 100644
--- a/LayoutTests/inspector/elements/elements-img-tooltip.html
+++ b/LayoutTests/inspector/elements/elements-img-tooltip.html
@@ -14,7 +14,7 @@ var test = function()
function step1(node)
{
- treeElement = WebInspector.panels.elements.treeOutline.findTreeElement(node);
+ treeElement = InspectorTest.firstElementsTreeOutline().findTreeElement(node);
WebInspector.panels.elements._loadDimensionsForNode(treeElement, step2);
}

Powered by Google App Engine
This is Rietveld 408576698