| 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 561a2d967cce810899fa1b1e553fb6777ec9f9e2..4e56ad91be3d19bda9ce67f8d7429eec348c83e8 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
|
| @@ -1211,9 +1211,8 @@ public class ImeTest extends ContentShellTestBase {
|
|
|
| finishComposingText();
|
| waitAndVerifyUpdateSelection(1, 1, 1, -1, -1);
|
| - // TODO(changwan): reduce the number of selection changes.
|
| waitForEventLogs(
|
| - "compositionupdate(a),input,compositionend(a),selectionchange,selectionchange");
|
| + "compositionend(a)");
|
| }
|
|
|
| @MediumTest
|
| @@ -1228,9 +1227,7 @@ public class ImeTest extends ContentShellTestBase {
|
|
|
| finishComposingText();
|
| waitAndVerifyUpdateSelection(1, 1, 1, -1, -1);
|
| - // TODO(changwan): reduce the number of selection changes.
|
| - waitForEventLogs("compositionupdate(a),input,compositionend(a),selectionchange,"
|
| - + "selectionchange,selectionchange");
|
| + waitForEventLogs("compositionend(a)");
|
| }
|
|
|
| @MediumTest
|
|
|