| Index: third_party/WebKit/LayoutTests/editing/assert_selection.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/assert_selection.html b/third_party/WebKit/LayoutTests/editing/assert_selection.html
|
| index 9f470c7079bf2d22560144abfadf51d6be77cb04..4af095e9cef76703f8135b42668dbcdc5f3296de 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/assert_selection.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/assert_selection.html
|
| @@ -114,4 +114,11 @@ test(() => {
|
| `\t but got foo,\n` +
|
| `\t sameupto fo`);
|
| }, 'Compare result');
|
| +
|
| +test(() => {
|
| + assert_selection(
|
| + '<div contenteditable><p>^test|</p></div>',
|
| + 'insertHTML <span style="color: green">green</span>',
|
| + '<div contenteditable><p><span style="color: green">green|</span></p></div>');
|
| +}, 'multiple spaces in function');
|
| </script>
|
|
|