| Index: LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| diff --git a/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html b/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| index 7c628df63a14a1af51c6a7222bb2fb7888c40cda..f69891ca6a8572523a43c48b47cba21a51ecbd5a 100644
|
| --- a/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| +++ b/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| @@ -22,7 +22,7 @@ function test()
|
|
|
| function expandSection()
|
| {
|
| - var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][2];
|
| + var section = WebInspector.inspectorView.panel("elements").sidebarPanes.styles.sections[0][2];
|
| section.expand();
|
| next();
|
| }
|
|
|