Index: LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt |
diff --git a/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt b/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt |
index 0e787f77f5bf89edb6417994d587cb256f1c5504..2ef852358758eba08b0214cfba31712c4c3b6a0c 100644 |
--- a/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt |
+++ b/LayoutTests/inspector/elements/styles/undo-add-new-rule-expected.txt |
@@ -7,7 +7,7 @@ element.style { () |
font-size: 12px; |
[expanded] |
-div.foo { (inspector-stylesheet:2 -> inspector-stylesheet:2:1) |
+div.foo { (inspector-stylesheet:3 -> inspector-stylesheet:3:1) |
[expanded] |
div.foo { (inspector-stylesheet:1 -> inspector-stylesheet:1:1) |
@@ -19,6 +19,7 @@ display: block; |
===== Style sheet text: ===== |
div.foo {} |
+ |
div.foo {} |
============================= |
After undo: |
@@ -36,7 +37,6 @@ display: block; |
===== Style sheet text: ===== |
div.foo {} |
- |
============================= |
After redo: |
[expanded] |