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

Unified Diff: LayoutTests/inspector/elements/styles/metrics-box-sizing.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/metrics-box-sizing.html
diff --git a/LayoutTests/inspector/elements/styles/metrics-box-sizing.html b/LayoutTests/inspector/elements/styles/metrics-box-sizing.html
index 3c9bb812cbb579c2bfd7b155247e8c06ce6c8ea6..0c3c55fa2c2fcd0e7c9dd0c99669e9a2fbdf90d7 100644
--- a/LayoutTests/inspector/elements/styles/metrics-box-sizing.html
+++ b/LayoutTests/inspector/elements/styles/metrics-box-sizing.html
@@ -77,7 +77,7 @@ function test()
function testBorderBoxInit2(next)
{
- section = WebInspector.panels.elements.sidebarPanes.metrics;
+ section = WebInspector.inspectorView.panel("elements").sidebarPanes.metrics;
section.expand();
InspectorTest.runAfterPendingDispatches(next);
},
@@ -109,7 +109,7 @@ function test()
function testContentBoxInit2(next)
{
- section = WebInspector.panels.elements.sidebarPanes.metrics;
+ section = WebInspector.inspectorView.panel("elements").sidebarPanes.metrics;
section.expand();
InspectorTest.runAfterPendingDispatches(next);
},

Powered by Google App Engine
This is Rietveld 408576698