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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java

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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
index b1f13c08575d5a860054f159e2fcaf2d4d6f94e4..f2e37c29eebb31345ed0afe4b296c470b9a13d48 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
@@ -1127,8 +1127,8 @@ public class ImeTest extends ContentShellTestBase {
// TODO(changwan): reduce the number of selection changes
waitForEventLogs("selectionchange,selectionchange,selectionchange,"
+ "keydown(229),compositionstart(),compositionupdate(a),input,"
- + "keyup(229),compositionend(a),input,selectionchange,selectionchange,"
- + "selectionchange,selectionchange,selectionchange");
+ + "keyup(229),compositionupdate(a),input,compositionend(a),selectionchange,"
+ + "selectionchange,selectionchange,selectionchange,selectionchange");
}
@MediumTest
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/composition-event-source-device-event-sender-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698