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

Unified Diff: LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt

Issue 39733005: Use asynchronous spellcheck path in layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Apply groby's suggestions Created 7 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: LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
diff --git a/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt b/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
index aaa2a83a3574a237863d6fbc7d1572be60149672..8c0fd81e982cf3f840dd0aa3e0dbe16b27e02ea6 100644
--- a/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
+++ b/LayoutTests/editing/spelling/design-mode-spellcheck-off-expected.txt
@@ -1,4 +1,10 @@
-asdf is misspelled.
-To test this manually, click "asdf" above. There should be no spelling marker for "asdf" after the click.
+This tests whether WebKit does not spell check in 'designMode' when spellcheck='false'. To test manually, click 'asdf' above. There should be no spelling marker for 'asdf' after the click.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
-PASS
+PASS internals.hasSpellingMarker(document, 0, 4) became false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+asdf is misspelled.
« no previous file with comments | « LayoutTests/editing/spelling/design-mode-spellcheck-off.html ('k') | LayoutTests/editing/spelling/grammar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698