Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java |
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java |
index 5cbbaf88721cc6df500babd9d33cf4eaf2158bc6..d8c5fa8cc4eac04cf55ff68b6a1d4d9a87bcb1e6 100644 |
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java |
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java |
@@ -4,10 +4,11 @@ |
package org.chromium.android_webview.test; |
+import android.test.suitebuilder.annotation.SmallTest; |
import android.view.KeyEvent; |
import org.chromium.android_webview.test.util.VideoTestWebServer; |
-import org.chromium.base.test.util.DisabledTest; |
+import org.chromium.base.test.util.Feature; |
import org.chromium.content.browser.test.util.TouchCommon; |
/** |
@@ -15,13 +16,8 @@ import org.chromium.content.browser.test.util.TouchCommon; |
*/ |
public class AwContentsClientFullScreenVideoTest extends AwTestBase { |
- /** |
- * @Feature({"AndroidWebView"}) |
- * @SmallTest |
- * |
- * http://crbug.com/238735 |
- */ |
- @DisabledTest |
+ @Feature({"AndroidWebView"}) |
+ @SmallTest |
public void testOnShowAndHideCustomView() throws Throwable { |
FullScreenVideoTestAwContentsClient contentsClient = |
new FullScreenVideoTestAwContentsClient(getActivity()); |