| 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 10f11ef282a45124086a3dea624f02e94170b442..c10a5644521b8c67406e4c544fcce5939022e46b 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
|
| @@ -11,10 +11,12 @@ PASS event.type is "compositionupdate"
|
| PASS event.data is "2"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "3"
|
| -PASS event.type is "compositionend"
|
| +PASS event.type is "compositionupdate"
|
| PASS event.data is "4"
|
| PASS event.type is "textInput"
|
| 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"
|
| @@ -23,6 +25,10 @@ PASS event.type is "compositionupdate"
|
| PASS event.data is "6"
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "7"
|
| +PASS event.type is "compositionupdate"
|
| +PASS event.data is ""
|
| +PASS event.type is "textInput"
|
| +PASS event.data is ""
|
| PASS event.type is "compositionend"
|
| PASS event.data is ""
|
| PASS event.type is "textInput"
|
| @@ -31,19 +37,23 @@ PASS event.type is "compositionstart"
|
| PASS event.data is ""
|
| PASS event.type is "compositionupdate"
|
| PASS event.data is "9"
|
| -PASS event.type is "compositionend"
|
| +PASS event.type is "compositionupdate"
|
| PASS event.data is "9"
|
| PASS event.type is "textInput"
|
| 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 "compositionupdate"
|
| PASS event.data is "lost"
|
| PASS test.value is "I lost a pen"
|
| -PASS event.type is "compositionend"
|
| +PASS event.type is "compositionupdate"
|
| PASS event.data is "made"
|
| PASS event.type is "textInput"
|
| PASS event.data is "made"
|
| +PASS event.type is "compositionend"
|
| +PASS event.data is "made"
|
| PASS test.value is "I made a pen"
|
| PASS successfullyParsed is true
|
|
|
|
|