| Index: LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| diff --git a/LayoutTests/fast/events/ime-composition-events-001-expected.txt b/LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| index 15ab407d0fabdbff0765bfe209b2d37446fe6de0..6d462b64bf0c190c5c30d7c0027f3f4b1db1ee44 100644
|
| --- a/LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| +++ b/LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| @@ -3,19 +3,24 @@ This tests that calling input-method functions sends Composition Events and Text
|
| To test manually, enable an IME, input CJK characters, and see this page doesn't show 'FAILED' lines.
|
|
|
|
|
| -SUCCESS: INPUT - compositionstart - "1"
|
| +SUCCESS: INPUT - compositionstart - ""
|
| SUCCESS: INPUT - compositionupdate - "1"
|
| SUCCESS: INPUT - compositionupdate - "2"
|
| SUCCESS: INPUT - compositionupdate - "3"
|
| SUCCESS: INPUT - compositionend - "4"
|
| SUCCESS: INPUT - textInput - "4"
|
| -SUCCESS: INPUT - compositionstart - "5"
|
| +SUCCESS: INPUT - compositionstart - ""
|
| SUCCESS: INPUT - compositionupdate - "5"
|
| SUCCESS: INPUT - compositionupdate - "6"
|
| SUCCESS: INPUT - compositionupdate - "7"
|
| SUCCESS: INPUT - compositionend - ""
|
| SUCCESS: INPUT - textInput - "8"
|
| -SUCCESS: INPUT - compositionstart - "9"
|
| +SUCCESS: INPUT - compositionstart - ""
|
| SUCCESS: INPUT - compositionupdate - "9"
|
| SUCCESS: INPUT - compositionend - "9"
|
| SUCCESS: INPUT - textInput - "9"
|
| +SUCCESS: INPUT - compositionstart - "have"
|
| +SUCCESS: INPUT - compositionupdate - "lost"
|
| +SUCCESS: INPUT - compositionend - "made"
|
| +SUCCESS: INPUT - textInput - "made"
|
| +SUCCESS: I made a pen
|
|
|