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

Unified Diff: LayoutTests/inspector/elements/elements-panel-shadow-selection-on-refresh.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-panel-shadow-selection-on-refresh.html
diff --git a/LayoutTests/inspector/elements/elements-panel-shadow-selection-on-refresh.html b/LayoutTests/inspector/elements/elements-panel-shadow-selection-on-refresh.html
index f3f7ea1d7625101d85f42d1da646d68307201bb6..6fc3b120a34ee47f533d1ca7cb2c4d4b7fae3ecf 100644
--- a/LayoutTests/inspector/elements/elements-panel-shadow-selection-on-refresh.html
+++ b/LayoutTests/inspector/elements/elements-panel-shadow-selection-on-refresh.html
@@ -73,7 +73,7 @@ function test()
function dumpSelectedNode()
{
- var selectedElement = WebInspector.panels.elements.treeOutline.selectedTreeElement;
+ var selectedElement = InspectorTest.firstElementsTreeOutline().selectedTreeElement;
var nodeName = selectedElement ? selectedElement.representedObject.nodeNameInCorrectCase() : "null";
InspectorTest.addResult("Selected node: '" + nodeName + "'");
}

Powered by Google App Engine
This is Rietveld 408576698