OLD | NEW |
1 This tests if the "spellcheck" attribute is implemented as written in its specif
ication. If this test succeeds, you can see six forms filled with an invalid wor
d 'zz '. Nevertheless, the 'zz ' only in the line 1.1, 1.2, and 2.2 are marked a
s misspelled. | 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 PASS:test1_1 | 3 id=test1_1 type=text spellcheck=true parent's spellcheck=true |
4 PASS:test1_2 | 4 PASS internals.hasSpellingMarker(document, 0, 2) is true |
5 PASS:test1_3 | 5 id=test1_2 type=text spellcheck=true parent's spellcheck=true |
6 PASS:test1_4 | 6 PASS internals.hasSpellingMarker(document, 0, 2) is true |
7 PASS:test1_5 | 7 id=test1_3 type=text spellcheck=false parent's spellcheck=true |
8 PASS:test1_6 | 8 PASS internals.hasSpellingMarker(document, 0, 2) is false |
9 PASS:test2_1 | 9 id=test1_4 type=text spellcheck=true parent's spellcheck=true |
10 PASS:test2_2 | 10 PASS internals.hasSpellingMarker(document, 0, 2) is true |
11 PASS:test2_3 | 11 id=test1_5 type=text spellcheck=true parent's spellcheck=true |
12 PASS:test2_4 | 12 PASS internals.hasSpellingMarker(document, 0, 2) is true |
13 PASS:test2_5 | 13 id=test1_6 type=text spellcheck=true parent's spellcheck=true |
14 PASS:test2_6 | 14 PASS internals.hasSpellingMarker(document, 0, 2) is true |
15 PASS:test3_1 | |
16 PASS:test3_2 | |
17 PASS:test3_3 | |
18 PASS:test3_4 | |
19 PASS:test3_5 | |
20 PASS:test3_6 | |
21 PASS:test4_1 | |
22 PASS:test4_2 | |
23 PASS:test4_3 | |
24 PASS:test4_4 | |
25 PASS:test4_5 | |
26 PASS:test4_6 | |
27 | 15 |
| 16 id=test2_1 type=text spellcheck=false parent's spellcheck=false |
| 17 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 18 id=test2_2 type=text spellcheck=true parent's spellcheck=false |
| 19 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 20 id=test2_3 type=text spellcheck=false parent's spellcheck=false |
| 21 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 22 id=test2_4 type=text spellcheck=false parent's spellcheck=false |
| 23 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 24 id=test2_5 type=text spellcheck=true parent's spellcheck=false |
| 25 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 26 id=test2_6 type=text spellcheck=false parent's spellcheck=false |
| 27 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 28 |
| 29 id=test3_1 type=search spellcheck=true parent's spellcheck=true |
| 30 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 31 id=test3_2 type=search spellcheck=true parent's spellcheck=true |
| 32 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 33 id=test3_3 type=search spellcheck=false parent's spellcheck=true |
| 34 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 35 id=test3_4 type=search spellcheck=true parent's spellcheck=true |
| 36 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 37 id=test3_5 type=search spellcheck=true parent's spellcheck=true |
| 38 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 39 id=test3_6 type=search spellcheck=true parent's spellcheck=true |
| 40 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 41 |
| 42 id=test4_1 type=search spellcheck=false parent's spellcheck=false |
| 43 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 44 id=test4_2 type=search spellcheck=true parent's spellcheck=false |
| 45 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 46 id=test4_3 type=search spellcheck=false parent's spellcheck=false |
| 47 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 48 id=test4_4 type=search spellcheck=false parent's spellcheck=false |
| 49 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 50 id=test4_5 type=search spellcheck=true parent's spellcheck=false |
| 51 PASS internals.hasSpellingMarker(document, 0, 2) is true |
| 52 id=test4_6 type=search spellcheck=false parent's spellcheck=false |
| 53 PASS internals.hasSpellingMarker(document, 0, 2) is false |
| 54 |
OLD | NEW |