| Index: content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java
|
| diff --git a/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java b/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java
|
| index 7cb9df843dca812ed387d8ccbc061bc495436f50..955aa3c1cdc3f4f6be952e90c809c9f16bacb0e4 100644
|
| --- a/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java
|
| +++ b/content/public/android/javatests/src/org/chromium/content/browser/ContentViewCoreSelectionTest.java
|
| @@ -100,6 +100,7 @@ public class ContentViewCoreSelectionTest extends ContentShellTestBase {
|
|
|
| @SmallTest
|
| @Feature({"TextSelection"})
|
| + @RetryOnFailure
|
| public void testSelectionPreservedAfterReshown() throws Throwable {
|
| DOMUtils.longPressNode(this, mContentViewCore, "textarea");
|
| waitForSelectActionBarVisible(true);
|
| @@ -268,6 +269,7 @@ public class ContentViewCoreSelectionTest extends ContentShellTestBase {
|
|
|
| @SmallTest
|
| @Feature({"TextInput"})
|
| + @RetryOnFailure
|
| public void testActionBarConfiguredCorrectlyForTextArea() throws Throwable {
|
| DOMUtils.longPressNode(this, mContentViewCore, "textarea");
|
| waitForSelectActionBarVisible(true);
|
| @@ -369,6 +371,7 @@ public class ContentViewCoreSelectionTest extends ContentShellTestBase {
|
|
|
| @SmallTest
|
| @Feature({"TextInput"})
|
| + @RetryOnFailure
|
| public void testSelectActionBarPasswordCut() throws Exception {
|
| copyStringToClipboard("SampleTextToCopy");
|
| DOMUtils.longPressNode(this, mContentViewCore, "password");
|
| @@ -490,6 +493,7 @@ public class ContentViewCoreSelectionTest extends ContentShellTestBase {
|
|
|
| @SmallTest
|
| @Feature({"TextSelection"})
|
| + @RetryOnFailure
|
| public void testSelectActionBarPlainTextPaste() throws Exception {
|
| copyStringToClipboard("SampleTextToCopy");
|
| DOMUtils.longPressNode(this, mContentViewCore, "plain_text_1");
|
|
|