OLD | NEW |
1 This tests if the "spellcheck" attribute is implemented as written in its specif
ication. If this test succeeds, you can see forms filled with an invalid word 'z
z '. Nevertheless, the 'zz ' is not marked as misspelled in all of them. | 1 This tests if the "spellcheck" attribute is implemented as written in its specif
ication. If this test succeeds, you can see forms filled with an invalid word 'z
z '. Nevertheless, the 'zz ' is not marked as misspelled in all of them. |
2 | 2 |
3 id=test1_1 type=text spellcheck=true parent's spellcheck=true | 3 id=test1_1 type=text spellcheck=true parent's spellcheck=true |
4 PASS internals.hasSpellingMarker(document, 0, 2) is true | 4 PASS internals.hasSpellingMarker(document, 0, 2) is true |
5 id=test1_2 type=text spellcheck=true parent's spellcheck=true | 5 id=test1_2 type=text spellcheck=true parent's spellcheck=true |
6 PASS internals.hasSpellingMarker(document, 0, 2) is true | 6 PASS internals.hasSpellingMarker(document, 0, 2) is true |
7 id=test1_3 type=text spellcheck=false parent's spellcheck=true | 7 id=test1_3 type=text spellcheck=false parent's spellcheck=true |
8 PASS internals.hasSpellingMarker(document, 0, 2) is false | 8 PASS internals.hasSpellingMarker(document, 0, 2) is false |
9 id=test1_4 type=text spellcheck=true parent's spellcheck=true | 9 id=test1_4 type=text spellcheck=true parent's spellcheck=true |
10 PASS internals.hasSpellingMarker(document, 0, 2) is true | 10 PASS internals.hasSpellingMarker(document, 0, 2) is true |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 id=test4_2 type=search spellcheck=true parent's spellcheck=false | 44 id=test4_2 type=search spellcheck=true parent's spellcheck=false |
45 PASS internals.hasSpellingMarker(document, 0, 2) is true | 45 PASS internals.hasSpellingMarker(document, 0, 2) is true |
46 id=test4_3 type=search spellcheck=false parent's spellcheck=false | 46 id=test4_3 type=search spellcheck=false parent's spellcheck=false |
47 PASS internals.hasSpellingMarker(document, 0, 2) is false | 47 PASS internals.hasSpellingMarker(document, 0, 2) is false |
48 id=test4_4 type=search spellcheck=false parent's spellcheck=false | 48 id=test4_4 type=search spellcheck=false parent's spellcheck=false |
49 PASS internals.hasSpellingMarker(document, 0, 2) is false | 49 PASS internals.hasSpellingMarker(document, 0, 2) is false |
50 id=test4_5 type=search spellcheck=true parent's spellcheck=false | 50 id=test4_5 type=search spellcheck=true parent's spellcheck=false |
51 PASS internals.hasSpellingMarker(document, 0, 2) is true | 51 PASS internals.hasSpellingMarker(document, 0, 2) is true |
52 id=test4_6 type=search spellcheck=false parent's spellcheck=false | 52 id=test4_6 type=search spellcheck=false parent's spellcheck=false |
53 PASS internals.hasSpellingMarker(document, 0, 2) is false | 53 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 54 PASS successfullyParsed is true |
54 | 55 |
| 56 TEST COMPLETE |
| 57 |
OLD | NEW |