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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.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
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/spelling/spellcheck_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
index 45fafa1dda2859452521f16d166612d383a923eb..f2264050bbe351aae3eeea19b078873e9b2091f8 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling_after_newline.html
@@ -12,7 +12,7 @@ spellcheck_test(
document.execCommand('insertParagraph');
document.execCommand('insertText', false, 'zz ');
},
- '<div contenteditable>x<div>_zz_ a</div></div>',
+ '<div contenteditable>x<div>#zz# a</div></div>',
'Mark misspelling in new line.'
);
</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/spelling/spellcheck_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698