Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/context_click_on_selected_misspelling.html

Issue 2455043002: Switch spelling marker from '_' to '#' in spellcheck_test (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/spelling/context_click_select_misspelling.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/spelling/context_click_select_misspelling.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698