Chromium Code Reviews| 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..4a97f348091ba8ea6834855fcb2001298065b881 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 |
| @@ -7,9 +7,9 @@ PASS event.type is "compositionstart" |
| PASS event.data is "" |
| PASS event.type is "compositionupdate" |
| PASS event.data is "1" |
|
yabinh
2016/09/26 10:10:32
Note that we call commitText() to update the compo
aelias_OOO_until_Jul13
2016/09/26 22:05:40
This side effect is undesired, so please use inser
yabinh
2016/09/27 04:30:22
Done.
|
| -PASS event.type is "compositionupdate" |
| +PASS event.type is "textInput" |
| PASS event.data is "2" |
| -PASS event.type is "compositionupdate" |
| +PASS event.type is "textInput" |
| PASS event.data is "3" |
| PASS event.type is "compositionupdate" |
| PASS event.data is "4" |
| @@ -21,9 +21,9 @@ PASS event.type is "compositionstart" |
| PASS event.data is "" |
| PASS event.type is "compositionupdate" |
| PASS event.data is "5" |
| -PASS event.type is "compositionupdate" |
| +PASS event.type is "textInput" |
| PASS event.data is "6" |
| -PASS event.type is "compositionupdate" |
| +PASS event.type is "textInput" |
| PASS event.data is "7" |
| PASS event.type is "compositionupdate" |
| PASS event.data is "" |