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

Unified Diff: LayoutTests/http/tests/inspector/inspect-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/http/tests/inspector/inspect-element.html
diff --git a/LayoutTests/http/tests/inspector/inspect-element.html b/LayoutTests/http/tests/inspector/inspect-element.html
index 9996a30d43432020dc1d91f530809450ff2f1528..260c19fa010340127915a0063d92beffe0d1c12e 100644
--- a/LayoutTests/http/tests/inspector/inspect-element.html
+++ b/LayoutTests/http/tests/inspector/inspect-element.html
@@ -6,8 +6,7 @@
function test()
{
- WebInspector.inspectorView.showPanel("elements").treeOutline.
- addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, selectedNodeChanged, this);
+ InspectorTest.firstElementsTreeOutline().addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, selectedNodeChanged, this);
function selectedNodeChanged(event)
{
var node = event.data;
« no previous file with comments | « LayoutTests/http/tests/inspector/elements-test.js ('k') | LayoutTests/inspector/console/shadow-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698