| 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
|
|
|