| Index: third_party/WebKit/LayoutTests/editing/spelling/context_click_on_selected_misspelling.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/context_click_on_selected_misspelling.html b/third_party/WebKit/LayoutTests/editing/spelling/context_click_on_selected_misspelling.html
|
| index c1687a14ec8c9b4aabe0aeacd157836ba99e2eb1..1d7a98e689f79d8eec0a181d59bf45f71b4aa872 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/context_click_on_selected_misspelling.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/context_click_on_selected_misspelling.html
|
| @@ -45,7 +45,7 @@ function assertContextMenuSuggestion(sample, expected) {
|
| spellcheck_test(
|
| '<div contenteditable>^wellcome| home.</div>',
|
| '',
|
| - '<div contenteditable>_wellcome_ home.</div>',
|
| + '<div contenteditable>#wellcome# home.</div>',
|
| {
|
| title: 'Has marker on initial misspelling.',
|
| callback: sample => assertContextMenuSuggestion(sample, 'welcome')
|
| @@ -54,7 +54,7 @@ spellcheck_test(
|
| spellcheck_test(
|
| '<div contenteditable>It should be ^upper case|.</div>',
|
| '',
|
| - '<div contenteditable>It should be _upper case_.</div>',
|
| + '<div contenteditable>It should be #upper case#.</div>',
|
| {
|
| title: 'Has marker on initial multi-word misspelling.',
|
| callback: sample => assertContextMenuSuggestion(sample, 'uppercase')
|
|
|