Commit 7d0118d8 authored by Changwan Ryu's avatar Changwan Ryu Committed by Commit Bot

Remove unnecessary flags in IME tests

These features have already launched, so no need to enable them for
tests.

Bug: 1068182
Change-Id: I86464e0b420b42b5b945e40166276c1dd6c968b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140294Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Commit-Queue: Changwan Ryu <changwan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757185}
parent 981e9e98
...@@ -13,7 +13,6 @@ import org.junit.Rule; ...@@ -13,7 +13,6 @@ import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.content_public.browser.test.ContentJUnit4ClassRunner; import org.chromium.content_public.browser.test.ContentJUnit4ClassRunner;
import org.chromium.ui.base.ime.TextInputAction; import org.chromium.ui.base.ime.TextInputAction;
...@@ -23,7 +22,6 @@ import org.chromium.ui.base.ime.TextInputType; ...@@ -23,7 +22,6 @@ import org.chromium.ui.base.ime.TextInputType;
* IME (input method editor) and text input tests for enterkeyhint attribute. * IME (input method editor) and text input tests for enterkeyhint attribute.
*/ */
@RunWith(ContentJUnit4ClassRunner.class) @RunWith(ContentJUnit4ClassRunner.class)
@CommandLineFlags.Add({"enable-experimental-web-platform-features"})
public class ImeInputActionTest { public class ImeInputActionTest {
@Rule @Rule
public ImeActivityTestRule mRule = new ImeActivityTestRule(); public ImeActivityTestRule mRule = new ImeActivityTestRule();
......
...@@ -13,7 +13,6 @@ import org.junit.Rule; ...@@ -13,7 +13,6 @@ import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.util.CommandLineFlags;
import org.chromium.base.test.util.Feature; import org.chromium.base.test.util.Feature;
import org.chromium.blink_public.web.WebTextInputMode; import org.chromium.blink_public.web.WebTextInputMode;
import org.chromium.content_public.browser.test.ContentJUnit4ClassRunner; import org.chromium.content_public.browser.test.ContentJUnit4ClassRunner;
...@@ -23,7 +22,6 @@ import org.chromium.ui.base.ime.TextInputType; ...@@ -23,7 +22,6 @@ import org.chromium.ui.base.ime.TextInputType;
* IME (input method editor) and text input tests for input-mode attribute. * IME (input method editor) and text input tests for input-mode attribute.
*/ */
@RunWith(ContentJUnit4ClassRunner.class) @RunWith(ContentJUnit4ClassRunner.class)
@CommandLineFlags.Add({"enable-experimental-web-platform-features"})
public class ImeInputModeTest { public class ImeInputModeTest {
@Rule @Rule
public ImeActivityTestRule mRule = new ImeActivityTestRule(); public ImeActivityTestRule mRule = new ImeActivityTestRule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment