| OLD | NEW |
| 1 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. | 1 This tests the correct placement of inline spelling markers in text. Spelling ma
rkers should line up exactly under misspelled words in all cases. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 testLTR: | 6 testLTR: |
| 7 PASS internals.hasSpellingMarker(document, 8, 4) became true | 7 PASS internals.hasSpellingMarker(document, 8, 4) became true |
| 8 PASS internals.hasSpellingMarker(document, 13, 6) became true | 8 PASS internals.hasSpellingMarker(document, 13, 6) became true |
| 9 PASS internals.hasSpellingMarker(document, 20, 5) became true | 9 PASS internals.hasSpellingMarker(document, 20, 5) became true |
| 10 PASS internals.hasGrammarMarker(document, 4, 3) became true | |
| 11 PASS internals.hasGrammarMarker(document, 33, 5) became true | |
| 12 testRTL: | 10 testRTL: |
| 13 PASS internals.hasSpellingMarker(document, 8, 4) became true | 11 PASS internals.hasSpellingMarker(document, 8, 4) became true |
| 14 PASS internals.hasSpellingMarker(document, 13, 6) became true | 12 PASS internals.hasSpellingMarker(document, 13, 6) became true |
| 15 PASS internals.hasSpellingMarker(document, 20, 5) became true | 13 PASS internals.hasSpellingMarker(document, 20, 5) became true |
| 16 PASS internals.hasGrammarMarker(document, 4, 3) became true | |
| 17 PASS internals.hasGrammarMarker(document, 33, 5) became true | |
| 18 testLTREllipses: | 14 testLTREllipses: |
| 19 PASS internals.hasSpellingMarker(document, 8, 4) became true | 15 PASS internals.hasSpellingMarker(document, 8, 4) became true |
| 20 PASS internals.hasSpellingMarker(document, 13, 6) became true | 16 PASS internals.hasSpellingMarker(document, 13, 6) became true |
| 21 PASS internals.hasSpellingMarker(document, 20, 5) became true | 17 PASS internals.hasSpellingMarker(document, 20, 5) became true |
| 22 PASS internals.hasGrammarMarker(document, 4, 3) became true | |
| 23 PASS internals.hasGrammarMarker(document, 33, 5) became true | |
| 24 testRTLEllipses: | 18 testRTLEllipses: |
| 25 PASS internals.hasSpellingMarker(document, 8, 4) became true | 19 PASS internals.hasSpellingMarker(document, 8, 4) became true |
| 26 PASS internals.hasSpellingMarker(document, 13, 6) became true | 20 PASS internals.hasSpellingMarker(document, 13, 6) became true |
| 27 PASS internals.hasSpellingMarker(document, 20, 5) became true | 21 PASS internals.hasSpellingMarker(document, 20, 5) became true |
| 28 PASS internals.hasGrammarMarker(document, 4, 3) became true | |
| 29 PASS internals.hasGrammarMarker(document, 33, 5) became true | |
| 30 PASS successfullyParsed is true | 22 PASS successfullyParsed is true |
| 31 | 23 |
| 32 TEST COMPLETE | 24 TEST COMPLETE |
| 33 LTR | 25 LTR |
| 34 the the adlj adaasj sdklj. there there | 26 the the adlj adaasj sdklj. there there |
| 35 RTL | 27 RTL |
| 36 the the adlj adaasj sdklj. there there | 28 the the adlj adaasj sdklj. there there |
| 37 LTR (text-overflow:ellipses): | 29 LTR (text-overflow:ellipses): |
| 38 the the adlj adaasj sdklj. there there | 30 the the adlj adaasj sdklj. there there |
| 39 RTL (text-overflow:ellipses): | 31 RTL (text-overflow:ellipses): |
| 40 the the adlj adaasj sdklj. there there | 32 the the adlj adaasj sdklj. there there |
| OLD | NEW |