Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/ime-composition-events-001-expected.txt

Issue 1998783002: [IME] Fire 'compositionend' after 'textInput' event and all other DOM updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DCHECK for empty text, fix ImeTest.java Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698