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

Side by Side Diff: LayoutTests/editing/spelling/markers-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Grammar Error Only 1 Grammar Error Only
2 PASS internals.markerCountForNode(e.firstChild, "spelling") is 0 2 PASS internals.markerCountForNode(e.firstChild, "spelling") is 0
3 PASS internals.markerCountForNode(e.firstChild, "grammar") is 1 3 FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0.
4 PASS range.toString() is "a" 4 FAIL range.toString() should be a. Threw exception TypeError: Cannot call method 'toString' of null
5 Spelling Error Only 5 Spelling Error Only
6 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1 6 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1
7 PASS range.toString() is "zz" 7 PASS range.toString() is "zz"
8 PASS internals.markerCountForNode(e.firstChild, "grammar") is 0 8 PASS internals.markerCountForNode(e.firstChild, "grammar") is 0
9 Grammar and Spelling Error 9 Grammar and Spelling Error
10 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1 10 PASS internals.markerCountForNode(e.firstChild, "spelling") is 1
11 PASS range.toString() is "zz" 11 PASS range.toString() is "zz"
12 PASS internals.markerCountForNode(e.firstChild, "grammar") is 1 12 FAIL internals.markerCountForNode(e.firstChild, "grammar") should be 1. Was 0.
13 PASS range.toString() is "orange,zz,apple." 13 FAIL range.toString() should be orange,zz,apple.. Threw exception TypeError: Can not call method 'toString' of null
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/grammar-expected.txt ('k') | LayoutTests/editing/text-iterator/findString-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698