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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/context_click_select_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
Index: third_party/WebKit/LayoutTests/editing/spelling/context_click_select_misspelling.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/context_click_select_misspelling.html b/third_party/WebKit/LayoutTests/editing/spelling/context_click_select_misspelling.html
index 3be66c833fe0254696b04bfae4f352ce249062cd..248349bc5dcb31c93bad28d260d0705e3935ba5e 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/context_click_select_misspelling.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/context_click_select_misspelling.html
@@ -60,7 +60,7 @@ function contextClickSelectionTests(input) {
spellcheck_test(
'<input type="text" value="wellcome home.">',
document => document.querySelector('input').focus(),
- '<input type="text" value="_wellcome_ home.">',
+ '<input type="text" value="#wellcome# home.">',
{
title: 'Mark misspelling in the initial text of an input field.',
callback: sample => contextClickSelectionTests(

Powered by Google App Engine
This is Rietveld 408576698