| Index: third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt b/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
|
| index b176b681d76e029d0bfb9f76037b62a64cd19087..915549939359da625393f877786e890520081dfd 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/inline_spelling_markers-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -This tests the correct placement of inline spelling and grammar markers in text. Spelling markers should line up exactly under misspelled words in all cases.
|
| +This tests the correct placement of inline spelling markers in text. Spelling markers should line up exactly under misspelled words in all cases.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| @@ -7,26 +7,18 @@ testLTR:
|
| PASS internals.hasSpellingMarker(document, 8, 4) became true
|
| PASS internals.hasSpellingMarker(document, 13, 6) became true
|
| PASS internals.hasSpellingMarker(document, 20, 5) became true
|
| -PASS internals.hasGrammarMarker(document, 4, 3) became true
|
| -PASS internals.hasGrammarMarker(document, 33, 5) became true
|
| testRTL:
|
| PASS internals.hasSpellingMarker(document, 8, 4) became true
|
| PASS internals.hasSpellingMarker(document, 13, 6) became true
|
| PASS internals.hasSpellingMarker(document, 20, 5) became true
|
| -PASS internals.hasGrammarMarker(document, 4, 3) became true
|
| -PASS internals.hasGrammarMarker(document, 33, 5) became true
|
| testLTREllipses:
|
| PASS internals.hasSpellingMarker(document, 8, 4) became true
|
| PASS internals.hasSpellingMarker(document, 13, 6) became true
|
| PASS internals.hasSpellingMarker(document, 20, 5) became true
|
| -PASS internals.hasGrammarMarker(document, 4, 3) became true
|
| -PASS internals.hasGrammarMarker(document, 33, 5) became true
|
| testRTLEllipses:
|
| PASS internals.hasSpellingMarker(document, 8, 4) became true
|
| PASS internals.hasSpellingMarker(document, 13, 6) became true
|
| PASS internals.hasSpellingMarker(document, 20, 5) became true
|
| -PASS internals.hasGrammarMarker(document, 4, 3) became true
|
| -PASS internals.hasGrammarMarker(document, 33, 5) became true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|