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

Unified Diff: LayoutTests/inspector/elements/styles/updates-during-dom-traversal.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/styles/updates-during-dom-traversal.html
diff --git a/LayoutTests/inspector/elements/styles/updates-during-dom-traversal.html b/LayoutTests/inspector/elements/styles/updates-during-dom-traversal.html
index e2b00828143b7210bdd8521d1576ffedfbe20506..45a140bd4cbbedc3b532d1ac011d5364248cb721 100644
--- a/LayoutTests/inspector/elements/styles/updates-during-dom-traversal.html
+++ b/LayoutTests/inspector/elements/styles/updates-during-dom-traversal.html
@@ -14,7 +14,7 @@ function test()
function selectCallback()
{
InspectorTest.addSniffer(WebInspector.StylesSidebarPane.prototype, "_innerRebuildUpdate", sniffUpdate, true);
- var element = WebInspector.panels.elements.treeOutline.element;
+ var element = InspectorTest.firstElementsTreeOutline().element;
for (var i = 0; i < keydownCount; ++i)
element.dispatchEvent(InspectorTest.createKeyEvent("Up"));
« no previous file with comments | « LayoutTests/inspector/elements/styles/styles-update-from-js.html ('k') | Source/devtools/front_end/CSSStyleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698