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

Unified Diff: LayoutTests/editing/spelling/markers-expected.txt

Issue 59143005: Refactoring markers.html to use async path for spellcheck (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 1 month 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 | « LayoutTests/editing/spelling/markers.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/spelling/markers-expected.txt
diff --git a/LayoutTests/editing/spelling/markers-expected.txt b/LayoutTests/editing/spelling/markers-expected.txt
index c564901fe6d6a7e4be4419baa9199803f76beda7..42f00f36300965551655f8d45cb86a5156f230f8 100644
--- a/LayoutTests/editing/spelling/markers-expected.txt
+++ b/LayoutTests/editing/spelling/markers-expected.txt
@@ -1,16 +1,16 @@
-Grammar Error Only
-PASS internals.markerCountForNode(e.firstChild, "spelling") is 0
-FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0.
-FAIL range.toString() should be a. Threw exception TypeError: Cannot call method 'toString' of null
-Spelling Error Only
-PASS internals.markerCountForNode(e.firstChild, "spelling") is 1
-PASS range.toString() is "zz"
-PASS internals.markerCountForNode(e.firstChild, "grammar") is 0
-Grammar and Spelling Error
-PASS internals.markerCountForNode(e.firstChild, "spelling") is 1
-PASS range.toString() is "zz"
-FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0.
-FAIL range.toString() should be orange,zz,apple.. Threw exception TypeError: Cannot call method 'toString' of null
+Tests spelling and grammar markers for misspellings.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
+PASS range.toString() is next.issue
+PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
+PASS range.toString() is next.issue
+PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
+PASS range.toString() is next.issue
+PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
+PASS range.toString() is next.issue
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/editing/spelling/markers.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698