| Index: third_party/WebKit/LayoutTests/editing/selection/document-mutation.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html b/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html
|
| index 6587ad267c19ff91967d1117d1637592b7908dc5..cc09145384f38ad9e3ecba7315dacb72b85cb0ce 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/document-mutation.html
|
| @@ -61,7 +61,7 @@ test_selection(
|
| test_selection(
|
| '<p>Abcd efgh T^he Range i|jkl</p>',
|
| selection => doDelete(selection, 5, 8),
|
| - '<p>Abcd ^ Range i|jkl</p>',
|
| + '<p>Abcd ^Range i|jkl</p>',
|
| 'deleteData(5, 8)');
|
|
|
| test_selection(
|
|
|