| OLD | NEW |
| (Empty) |
| 1 This tests that the spellcheck default value is as specified in internal blink s
ettings. This allows embedders to specify spellchecking behavior when the spellc
heck attribute is not explicitly set. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 id=test1_1 type=text spellcheck=true enabled_by_default=true | |
| 7 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 8 id=test1_2 type=text spellcheck=true enabled_by_default=true | |
| 9 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 10 id=test1_3 type=text spellcheck=false enabled_by_default=true | |
| 11 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 12 id=test1_4 type=text spellcheck=true enabled_by_default=true | |
| 13 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 14 id=test1_5 type=text spellcheck=true enabled_by_default=true | |
| 15 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 16 id=test1_1 type=text spellcheck=false enabled_by_default=false | |
| 17 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 18 id=test1_2 type=text spellcheck=true enabled_by_default=false | |
| 19 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 20 id=test1_3 type=text spellcheck=false enabled_by_default=false | |
| 21 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 22 id=test1_4 type=text spellcheck=false enabled_by_default=false | |
| 23 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 24 id=test1_5 type=text spellcheck=true enabled_by_default=false | |
| 25 PASS internals.hasSpellingMarker(document, 0, 2) became shouldBeMarked | |
| 26 PASS successfullyParsed is true | |
| 27 | |
| 28 TEST COMPLETE | |
| 29 | |
| OLD | NEW |