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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « LayoutTests/editing/spelling/markers.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Grammar Error Only 1 Tests spelling and grammar markers for misspellings.
2 PASS internals.markerCountForNode(e.firstChild, "spelling") is 0 2
3 FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0. 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 FAIL range.toString() should be a. Threw exception TypeError: Cannot call method 'toString' of null 4
5 Spelling Error Only 5
6 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1 6 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
7 PASS range.toString() is "zz" 7 PASS range.toString() is next.issue
8 PASS internals.markerCountForNode(e.firstChild, "grammar") is 0 8 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
9 Grammar and Spelling Error 9 PASS range.toString() is next.issue
10 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1 10 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
11 PASS range.toString() is "zz" 11 PASS range.toString() is next.issue
12 FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0. 12 PASS internals.markerCountForNode(element.firstChild, next.marker) became 1
13 FAIL range.toString() should be orange,zz,apple.. Threw exception TypeError: Can not call method 'toString' of null 13 PASS range.toString() is next.issue
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 I have a issue. 17 I have a issue.
18 zz. 18 zz.
19 orange,zz,apple. 19 orange,zz,apple.
OLDNEW
« 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