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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/design-mode-spellcheck-off.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/design-mode-spellcheck-off.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/design-mode-spellcheck-off.html b/third_party/WebKit/LayoutTests/editing/spelling/design-mode-spellcheck-off.html
index 83bce2cc635616a942267aafca31747da7a1521d..0fc0f50e31a25d4ced97c5ae58fdf07f801e3626 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/design-mode-spellcheck-off.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/design-mode-spellcheck-off.html
@@ -30,7 +30,7 @@ spellcheck_test(
},
[
'<div id="container" spellcheck="true">',
- '<div>_asd_ is misspelled.</div>',
+ '<div>#asd# is misspelled.</div>',
'</div>'
].join(''),
'Spelling marker appears when changing spellcheck from false to true.')

Powered by Google App Engine
This is Rietveld 408576698