| Index: LayoutTests/inspector/elements/styles/undo-set-selector-text.html
|
| diff --git a/LayoutTests/inspector/elements/styles/undo-set-selector-text.html b/LayoutTests/inspector/elements/styles/undo-set-selector-text.html
|
| index 69a3348ad94a186fa553a085ad70dbdfeb2cd596..a52d8960b808a4453e3fd5e719f587b13be527a6 100644
|
| --- a/LayoutTests/inspector/elements/styles/undo-set-selector-text.html
|
| +++ b/LayoutTests/inspector/elements/styles/undo-set-selector-text.html
|
| @@ -18,7 +18,7 @@ function test()
|
| {
|
| InspectorTest.addResult("=== Before selector modification ===");
|
| InspectorTest.dumpSelectedElementStyles(true);
|
| - var section = WebInspector.panels.elements.sidebarPanes.styles.sections[0][2];
|
| + var section = WebInspector.inspectorView.panel("elements").sidebarPanes.styles.sections[0][2];
|
| section.startEditingSelector();
|
| section._selectorElement.textContent = "#inspected, #other";
|
| section._selectorElement.dispatchEvent(InspectorTest.createKeyEvent("Enter"));
|
|
|