| Index: third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt b/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| index c10a5644521b8c67406e4c544fcce5939022e46b..164de1492b458d39434773d44c9ca35f74898f99 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt
|
| @@ -5,52 +5,94 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| PASS event.type is "compositionstart"
|
| PASS event.data is ""
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "1"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "1"
|
| +PASS event.type is "input"
|
| +PASS event.data is "1"
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "2"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "2"
|
| +PASS event.type is "input"
|
| +PASS event.data is "2"
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "3"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "3"
|
| +PASS event.type is "input"
|
| +PASS event.data is "3"
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "4"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "4"
|
| -PASS event.type is "textInput"
|
| +PASS event.type is "input"
|
| PASS event.data is "4"
|
| PASS event.type is "compositionend"
|
| PASS event.data is "4"
|
| PASS event.type is "compositionstart"
|
| PASS event.data is ""
|
| -PASS event.type is "compositionupdate"
|
| +PASS event.type is "beforeinput"
|
| PASS event.data is "5"
|
| PASS event.type is "compositionupdate"
|
| +PASS event.data is "5"
|
| +PASS event.type is "input"
|
| +PASS event.data is "5"
|
| +PASS event.type is "beforeinput"
|
| PASS event.data is "6"
|
| PASS event.type is "compositionupdate"
|
| +PASS event.data is "6"
|
| +PASS event.type is "input"
|
| +PASS event.data is "6"
|
| +PASS event.type is "beforeinput"
|
| PASS event.data is "7"
|
| PASS event.type is "compositionupdate"
|
| +PASS event.data is "7"
|
| +PASS event.type is "input"
|
| +PASS event.data is "7"
|
| +PASS event.type is "input"
|
| +PASS event.data is "7"
|
| +PASS event.type is "beforeinput"
|
| PASS event.data is ""
|
| -PASS event.type is "textInput"
|
| +PASS event.type is "compositionupdate"
|
| PASS event.data is ""
|
| PASS event.type is "compositionend"
|
| PASS event.data is ""
|
| -PASS event.type is "textInput"
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "8"
|
| +PASS event.type is "input"
|
| PASS event.data is "8"
|
| PASS event.type is "compositionstart"
|
| PASS event.data is ""
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "9"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "9"
|
| +PASS event.type is "input"
|
| +PASS event.data is "9"
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "9"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "9"
|
| -PASS event.type is "textInput"
|
| +PASS event.type is "input"
|
| PASS event.data is "9"
|
| PASS event.type is "compositionend"
|
| PASS event.data is "9"
|
| PASS event.type is "compositionstart"
|
| PASS event.data is "have"
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "lost"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "lost"
|
| +PASS event.type is "input"
|
| +PASS event.data is "lost"
|
| PASS test.value is "I lost a pen"
|
| +PASS event.type is "beforeinput"
|
| +PASS event.data is "made"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "made"
|
| -PASS event.type is "textInput"
|
| +PASS event.type is "input"
|
| PASS event.data is "made"
|
| PASS event.type is "compositionend"
|
| PASS event.data is "made"
|
|
|