| OLD | NEW |
| 1 This tests that calling input-method functions sends Composition Events and Text
Events introduced in DOM Level 3. | 1 This tests that calling input-method functions sends Composition Events and Text
Events introduced in DOM Level 3. |
| 2 | 2 |
| 3 To test manually, enable an IME, input CJK characters, and see this page doesn't
show 'FAILED' lines. | 3 To test manually, enable an IME, input CJK characters, and see this page doesn't
show 'FAILED' lines. |
| 4 | 4 |
| 5 | 5 |
| 6 SUCCESS: INPUT - compositionstart - "1" | 6 SUCCESS: INPUT - compositionstart - "" |
| 7 SUCCESS: INPUT - compositionupdate - "1" | 7 SUCCESS: INPUT - compositionupdate - "1" |
| 8 SUCCESS: INPUT - compositionupdate - "2" | 8 SUCCESS: INPUT - compositionupdate - "2" |
| 9 SUCCESS: INPUT - compositionupdate - "3" | 9 SUCCESS: INPUT - compositionupdate - "3" |
| 10 SUCCESS: INPUT - compositionend - "4" | 10 SUCCESS: INPUT - compositionend - "4" |
| 11 SUCCESS: INPUT - textInput - "4" | 11 SUCCESS: INPUT - textInput - "4" |
| 12 SUCCESS: INPUT - compositionstart - "5" | 12 SUCCESS: INPUT - compositionstart - "" |
| 13 SUCCESS: INPUT - compositionupdate - "5" | 13 SUCCESS: INPUT - compositionupdate - "5" |
| 14 SUCCESS: INPUT - compositionupdate - "6" | 14 SUCCESS: INPUT - compositionupdate - "6" |
| 15 SUCCESS: INPUT - compositionupdate - "7" | 15 SUCCESS: INPUT - compositionupdate - "7" |
| 16 SUCCESS: INPUT - compositionend - "" | 16 SUCCESS: INPUT - compositionend - "" |
| 17 SUCCESS: INPUT - textInput - "8" | 17 SUCCESS: INPUT - textInput - "8" |
| 18 SUCCESS: INPUT - compositionstart - "9" | 18 SUCCESS: INPUT - compositionstart - "" |
| 19 SUCCESS: INPUT - compositionupdate - "9" | 19 SUCCESS: INPUT - compositionupdate - "9" |
| 20 SUCCESS: INPUT - compositionend - "9" | 20 SUCCESS: INPUT - compositionend - "9" |
| 21 SUCCESS: INPUT - textInput - "9" | 21 SUCCESS: INPUT - textInput - "9" |
| 22 SUCCESS: INPUT - compositionstart - "have" |
| 23 SUCCESS: INPUT - compositionupdate - "lost" |
| 24 SUCCESS: INPUT - compositionend - "made" |
| 25 SUCCESS: INPUT - textInput - "made" |
| 26 SUCCESS: I made a pen |
| OLD | NEW |