| 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);
|
| },
|
|
|