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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-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/composition-event-source-device-event-sender-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-expected.txt b/third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-expected.txt
index 78b50545445ba5ac0512fa40bc5c057cd01103ea..2197789783fbbca5fe9f30a0c0ed429262d514ca 100644
--- a/third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-expected.txt
@@ -9,6 +9,9 @@ PASS event.sourceCapabilities.firesTouchEvents is false
compositionupdate
PASS event.sourceCapabilities is non-null.
PASS event.sourceCapabilities.firesTouchEvents is false
+compositionupdate
+PASS event.sourceCapabilities is non-null.
+PASS event.sourceCapabilities.firesTouchEvents is false
compositionend
PASS event.sourceCapabilities is non-null.
PASS event.sourceCapabilities.firesTouchEvents is false

Powered by Google App Engine
This is Rietveld 408576698