| Index: third_party/WebKit/LayoutTests/editing/selection/selection_remove_children.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/selection_remove_children.html b/third_party/WebKit/LayoutTests/editing/selection/selection_remove_children.html
|
| index 745510cf82ae17e9ea633b20b68eed6c68557d20..f61b48e8ce667d71d6576eb782be3fd8d355032b 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/selection_remove_children.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/selection_remove_children.html
|
| @@ -14,7 +14,7 @@
|
| sample.firstChild.focus();
|
| sample.innerHTML = '';
|
| },
|
| - '|<div id="sample"></div>'),
|
| + '<div id="sample">|</div>'),
|
| 'Select by blur');
|
|
|
| test(() => assert_selection(
|
| @@ -25,6 +25,6 @@
|
| () => selection.selectAllChildren(sample), true);
|
| sample.innerHTML = '';
|
| },
|
| - '|<div id="sample"></div>'),
|
| + '<div id="sample">|</div>'),
|
| 'Select by mutation event');
|
| </script>
|
|
|