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

Unified Diff: LayoutTests/inspector/elements/edit-trimmed-attribute-value.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/edit-trimmed-attribute-value.html
diff --git a/LayoutTests/inspector/elements/edit-trimmed-attribute-value.html b/LayoutTests/inspector/elements/edit-trimmed-attribute-value.html
index f9e9d472c176bd942d18b1f448bf593ceb670a08..632c8bb30880ef89c6eff8471950388793d58510 100644
--- a/LayoutTests/inspector/elements/edit-trimmed-attribute-value.html
+++ b/LayoutTests/inspector/elements/edit-trimmed-attribute-value.html
@@ -11,7 +11,7 @@ function test()
function execute()
{
- var treeElement = WebInspector.panels.elements.treeOutline.findTreeElement(InspectorTest.expandedNodeWithId("inspected"));
+ var treeElement = InspectorTest.firstElementsTreeOutline().findTreeElement(InspectorTest.expandedNodeWithId("inspected"));
var textElement = treeElement.listItemElement.getElementsByClassName("webkit-html-attribute")[0];
InspectorTest.addResult("Original textContent");
InspectorTest.addResult(treeElement.title.textContent);
« no previous file with comments | « LayoutTests/inspector/elements/edit-dom-test.js ('k') | LayoutTests/inspector/elements/elements-img-tooltip.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698