| 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 8b16ed9338effead8f88e12988076d94a94d47c4..ab7c2c97ac3a6d339666c4de0ac014060b0cacc2 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
|
| @@ -1213,9 +1213,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
|
| @@ -1230,9 +1229,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
|
|
|