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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/move-cursor-to-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/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&nbsp;|</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>

Powered by Google App Engine
This is Rietveld 408576698