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

Unified Diff: LayoutTests/inspector/elements/move-node.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/move-node.html
diff --git a/LayoutTests/inspector/elements/move-node.html b/LayoutTests/inspector/elements/move-node.html
index e89a97891cf18acc13cebdf832c57dbb30541c77..ea2ef4d6e53ec25dea5f92c7c5f0b5fdc7515cb6 100644
--- a/LayoutTests/inspector/elements/move-node.html
+++ b/LayoutTests/inspector/elements/move-node.html
@@ -24,7 +24,7 @@ function test()
function testDragAndDrop(next)
{
- var treeOutline = WebInspector.panels.elements.treeOutline;
+ var treeOutline = InspectorTest.firstElementsTreeOutline();
treeOutline.addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, selectionChanged);
function selectionChanged()
« no previous file with comments | « LayoutTests/inspector/elements/inspect-pseudo-element.html ('k') | LayoutTests/inspector/elements/resolve-alien-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698