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

Unified Diff: LayoutTests/inspector/elements/hide-shortcut.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/hide-shortcut.html
diff --git a/LayoutTests/inspector/elements/hide-shortcut.html b/LayoutTests/inspector/elements/hide-shortcut.html
index b0d65882c8822498c17ef2378c22cad8fe20d98e..93e46cc74a6eef7b5b151322df4ef779cbac7569 100644
--- a/LayoutTests/inspector/elements/hide-shortcut.html
+++ b/LayoutTests/inspector/elements/hide-shortcut.html
@@ -15,7 +15,7 @@ function test()
InspectorTest.runTestSuite([
function testSetUp(next)
{
- treeOutline = WebInspector.panels.elements.treeOutline;
+ treeOutline = InspectorTest.firstElementsTreeOutline();
InspectorTest.nodeWithId("parent-node", callback);
« no previous file with comments | « LayoutTests/inspector/elements/expand-recursively.html ('k') | LayoutTests/inspector/elements/highlight-node-scaled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698