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

Unified Diff: LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/color-aware-property-value-edit.html
diff --git a/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html b/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html
index f0316f25d0867929691ac47046afd7dd5f19af15..85e3b008e830665d52bae6aed222c46ccd9dd692 100644
--- a/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html
+++ b/LayoutTests/inspector/elements/styles/color-aware-property-value-edit.html
@@ -57,7 +57,7 @@ function test()
function editNewProperty(next)
{
- var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][1];
+ var section = WebInspector.inspectorView.panel("elements").sidebarPanes.styles.sections[0][1];
section.expand();
treeElement = section.addNewBlankProperty(0);

Powered by Google App Engine
This is Rietveld 408576698