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

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

Issue 2475773003: Fix some flaky event tests in ImeTest (Closed)
Patch Set: Address aelias@'s review Created 4 years, 1 month 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 | content/test/data/android/input/input_forms.html » ('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 fc9d0f5259552bd9c044d4d5b6a7a685ba65e7ea..bb6bac15f0b846e1bcfcf2233c86d4f72f48845c 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
@@ -1356,7 +1356,7 @@ public class ImeTest extends ContentShellTestBase {
@MediumTest
@Feature({"TextInput"})
- @DisabledTest(message = "crbug.com/628964")
+ @RetryOnFailure
public void testContentEditableEvents_SetComposingText() throws Throwable {
focusElementAndWaitForStateUpdate("contenteditable_event");
waitForEventLogs("selectionchange,selectionchange");
@@ -1377,7 +1377,6 @@ public class ImeTest extends ContentShellTestBase {
@MediumTest
@Feature({"TextInput"})
@RetryOnFailure
- @DisabledTest(message = "crbug.com/650691")
public void testInputTextEvents_SetComposingText() throws Throwable {
beginBatchEdit();
setComposingText("a", 1);
@@ -1393,7 +1392,7 @@ public class ImeTest extends ContentShellTestBase {
@MediumTest
@Feature({"TextInput"})
- @DisabledTest(message = "crbug.com/628964")
+ @RetryOnFailure
public void testContentEditableEvents_CommitText() throws Throwable {
focusElementAndWaitForStateUpdate("contenteditable_event");
waitForEventLogs("selectionchange,selectionchange");
@@ -1417,7 +1416,7 @@ public class ImeTest extends ContentShellTestBase {
@MediumTest
@Feature({"TextInput"})
- @DisabledTest(message = "crbug.com/628964")
+ @RetryOnFailure
public void testContentEditableEvents_DeleteSurroundingText() throws Throwable {
focusElementAndWaitForStateUpdate("contenteditable_event");
waitForEventLogs("selectionchange,selectionchange");
« no previous file with comments | « no previous file | content/test/data/android/input/input_forms.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698