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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/delete-misspelled-word.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/delete-misspelled-word.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/delete-misspelled-word.html b/third_party/WebKit/LayoutTests/editing/spelling/delete-misspelled-word.html
index 62f675d32bbd937c661ce1f2b0bce2e7addb85e0..9edf500f02928ea9ad12b96bc0b17920ea154192 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/delete-misspelled-word.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/delete-misspelled-word.html
@@ -10,7 +10,7 @@
spellcheck_test(
'<div contenteditable>zz&nbsp;|</div>',
'',
- '<div contenteditable>_zz_ </div>',
+ '<div contenteditable>#zz# </div>',
{
title: 'Has marker on initially misspelled word.',
callback: sample => spellcheck_test(

Powered by Google App Engine
This is Rietveld 408576698