| Index: third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html b/third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| index 2c05a52636fd5b42797a52684bece4353f33b1aa..f5ad6efd89f0fa15f16e61da2072f3aa8c2ff6f3 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-misspelled-word.html
|
| @@ -8,13 +8,13 @@
|
| spellcheck_test(
|
| '<div contenteditable>zz |</div>',
|
| '',
|
| - '<div contenteditable>_zz_ </div>',
|
| + '<div contenteditable>#zz# </div>',
|
| {
|
| title: 'Has marker on initially misspelled text',
|
| callback: sample => spellcheck_test(
|
| sample,
|
| document => document.getSelection().modify('move', 'backward', 'character'),
|
| - '<div contenteditable>_zz_ </div>',
|
| + '<div contenteditable>#zz# </div>',
|
| 'Moving cursor to misspelled word does not remove marker.')
|
| });
|
| </script>
|
|
|