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

Unified Diff: third_party/WebKit/LayoutTests/editing/spelling/spellcheck_test.html

Issue 2734013002: Implement cold mode invocation for idle time spell checker (Closed)
Patch Set: rebased Mar 7 Created 3 years, 9 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/spellcheck_test.html
diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck_test.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck_test.html
index 2d1ddd37e7364f82430a0af6442fd472adf457f9..bef88b979eb45dda82b879c835d1791fe36850db 100644
--- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck_test.html
+++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck_test.html
@@ -63,5 +63,12 @@ spellcheck_test(
)
});
-// TODO(xiaochengh): Design interface to verify cold mode checking results.
+spellcheck_test(
+ '<div contenteditable>zz</div>',
+ '',
+ '<div contenteditable>#zz#</div>',
+ {
+ title: 'Text without focus is checked by cold mode checker',
+ needsFullCheck: true
+ });
</script>

Powered by Google App Engine
This is Rietveld 408576698