Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Spelling should work when the user inserts a newline between a multi word misspe lling. To test manually, enable 'Ask Google for Suggestions' in Chrome, type 'It should be upper case.'.The test succeeds if there are no spelling markers under 'upper case'. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS spellingMarkerRange.toString() is "upper case" | |
| 7 PASS firstMarkerRange is null | |
| 8 PASS secondMarkerRange is null | |
| 9 PASS successfullyParsed is true | |
| 10 | |
| 11 TEST COMPLETE | |
| 12 It should be upper | |
| 13 case. | |
| OLD | NEW |