| Index: third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt b/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt
|
| index 2c95bd6dcfa01f21178134a545c5b96f8868e880..b6173f1c4a9f90fbdb5f72d56361e7fc8ab3d954 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/editing/undo/remove-css-property-and-remove-style-expected.txt
|
| @@ -26,7 +26,7 @@ Reset, and added id and title:
|
| | id="test_span"
|
| | style="font-weight: 900;"
|
| | title="hello, world"
|
| -| "<#selection-anchor>test<#selection-focus>"
|
| +| "test"
|
|
|
| Unbolding should remove the CSS style but shouldn't remove the span:
|
| | <span>
|
| @@ -50,7 +50,7 @@ Redo should remove the style attribute again:
|
| Reset, and added color:blue:
|
| | <span>
|
| | style="font-weight: 900; color: blue;"
|
| -| "<#selection-anchor>test<#selection-focus>"
|
| +| "test"
|
|
|
| Unbolding should remove the font-weight but shouldn't remove the style attribute:
|
| | <span>
|
|
|