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

Unified 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, 8 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/markers-expected.txt
diff --git a/LayoutTests/editing/spelling/markers-expected.txt b/LayoutTests/editing/spelling/markers-expected.txt
index 69cf180ea8379ff7f6fcc6fb52f50701bf00c2a0..c564901fe6d6a7e4be4419baa9199803f76beda7 100644
--- a/LayoutTests/editing/spelling/markers-expected.txt
+++ b/LayoutTests/editing/spelling/markers-expected.txt
@@ -1,7 +1,7 @@
Grammar Error Only
PASS internals.markerCountForNode(e.firstChild, "spelling") is 0
-PASS internals.markerCountForNode(e.firstChild, "grammar") is 1
-PASS range.toString() is "a"
+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"
@@ -9,8 +9,8 @@ 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"
-PASS internals.markerCountForNode(e.firstChild, "grammar") is 1
-PASS range.toString() is "orange,zz,apple."
+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
PASS successfullyParsed is true
TEST COMPLETE
« 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