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

Unified Diff: LayoutTests/inspector/elements/inspect-pseudo-element.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/inspect-pseudo-element.html
diff --git a/LayoutTests/inspector/elements/inspect-pseudo-element.html b/LayoutTests/inspector/elements/inspect-pseudo-element.html
index 43ceafcdea8816828129c301de7a5cca055fc8b4..60dbbda469ae9215f08ab46074a5393945949339 100644
--- a/LayoutTests/inspector/elements/inspect-pseudo-element.html
+++ b/LayoutTests/inspector/elements/inspect-pseudo-element.html
@@ -27,7 +27,7 @@ function test()
function selectedNodeChanged()
{
- var selectedNode = WebInspector.panels.elements.treeOutline.selectedDOMNode();
+ var selectedNode = InspectorTest.firstElementsTreeOutline().selectedDOMNode();
if (!selectedNode)
InspectorTest.addResult("<no selected node>");
else
« no previous file with comments | « LayoutTests/inspector/elements/inspect-pointer-events-none.html ('k') | LayoutTests/inspector/elements/move-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698