commit-queue@webkit.org | 73b94f3 | 2011-12-13 09:33:57 +0000 | [diff] [blame] | 1 | Grammar checking for pasted text. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
g.czajkowski@samsung.com | 2b31d64 | 2013-09-20 04:07:13 +0000 | [diff] [blame] | 6 | PASS DIV ungrammatical phrase 'has' on 'You has the right.' |
| 7 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 8 | PASS DIV ungrammatical phrase 'a' on 'I have a<b>n ki</b>wi. I have no idea.' |
| 9 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 10 | PASS DIV ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.' |
| 11 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 12 | PASS INPUT ungrammatical phrase 'has' on 'You has the right.' |
| 13 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 14 | PASS INPUT ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.' |
| 15 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 16 | PASS INPUT ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.' |
| 17 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 18 | PASS TEXTAREA ungrammatical phrase 'has' on 'You has the right.' |
| 19 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 20 | PASS TEXTAREA ungrammatical phrase 'an' on 'I have an kiwi. I have no idea.' |
| 21 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
| 22 | PASS TEXTAREA ungrammatical phrase 'an,an' on 'I have an grape. I have an muscat. I don't know.' |
| 23 | PASS verifyMarker(destination, ungrammaticalPhrase) became true |
g.czajkowski@samsung.com | b476ee7 | 2013-08-30 06:57:19 +0000 | [diff] [blame] | 24 | PASS successfullyParsed is true |
| 25 | |
| 26 | TEST COMPLETE |
commit-queue@webkit.org | 73b94f3 | 2011-12-13 09:33:57 +0000 | [diff] [blame] | 27 | |