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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/paste_into_element_starting_with_invisible.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/paste_into_element_starting_with_invisible.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/paste_into_element_starting_with_invisible.html b/third_party/WebKit/LayoutTests/editing/spelling/paste_into_element_starting_with_invisible.html
index 15a1a2ca24c588f33aa3343cf2c252c1a75849c3..1254c24f69583c507db7bc7667b9d6b51bf90dc3 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/paste_into_element_starting_with_invisible.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/paste_into_element_starting_with_invisible.html
@@ -19,7 +19,7 @@ spellcheck_test(
},
[
'<div contenteditable>\n',
- '<span id="target">[_zz_.]</span>\n',
+ '<span id="target">[#zz#.]</span>\n',
'</div>'
].join(''),
'Spelling markers should appear immediately after pasting.'

Powered by Google App Engine
This is Rietveld 408576698