| Index: third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
|
| index 45fafa1dda2859452521f16d166612d383a923eb..f2264050bbe351aae3eeea19b078873e9b2091f8 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
|
| @@ -12,7 +12,7 @@ spellcheck_test(
|
| document.execCommand('insertParagraph');
|
| document.execCommand('insertText', false, 'zz ');
|
| },
|
| - '<div contenteditable>x<div>_zz_ a</div></div>',
|
| + '<div contenteditable>x<div>#zz# a</div></div>',
|
| 'Mark misspelling in new line.'
|
| );
|
| </script>
|
|
|