| 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>
|
|
|