| Index: LayoutTests/inspector/styles/styles-commit-editing.html
|
| ===================================================================
|
| --- LayoutTests/inspector/styles/styles-commit-editing.html (revision 93523)
|
| +++ LayoutTests/inspector/styles/styles-commit-editing.html (working copy)
|
| @@ -34,6 +34,10 @@
|
|
|
| function step2()
|
| {
|
| + if (!WebInspector.isEditingAnyField()) {
|
| + InspectorTest.addResult("No new property editor active!");
|
| + InspectorTest.completeTest();
|
| + }
|
| InspectorTest.selectNodeWithId("other");
|
| InspectorTest.runAfterPendingDispatches(step3);
|
| }
|
|
|