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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java

Issue 383433002: Revert of Temporarily disable WebView fullscreen video tests until we land fullscreen IPC changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 543358df9338eea66e0c6da2c3f0830101a43bb3..fb29ea5ce638283fe7c6f112ab4868e75cd86f05 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
@@ -12,7 +12,6 @@
import org.chromium.android_webview.test.util.VideoTestWebServer;
import org.chromium.base.CommandLine;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content.browser.ContentViewCore;
import org.chromium.content.browser.test.util.DOMUtils;
@@ -46,12 +45,8 @@
if (webServer != null) webServer.getTestWebServer().shutdown();
}
- /*
@MediumTest
@Feature({"AndroidWebView"})
- crbug.com/367346
- */
- @DisabledTest
public void testOnShowAndHideCustomViewWithCallback() throws Throwable {
doOnShowAndHideCustomViewTest(new Runnable() {
@Override
@@ -61,12 +56,8 @@
});
}
- /*
@MediumTest
@Feature({"AndroidWebView"})
- crbug.com/367346
- */
- @DisabledTest
public void testOnShowAndHideCustomViewWithBackKeyLegacy() throws Throwable {
// When html controls are enabled we skip this test because pressing the back key
// moves away from the current activity instead of exiting fullscreen mode.
@@ -85,12 +76,8 @@
});
}
- /*
@MediumTest
@Feature({"AndroidWebView"})
- crbug.com/367346
- */
- @DisabledTest
public void testOnShowAndHideCustomViewWithJavascript() throws Throwable {
doOnShowAndHideCustomViewTest(new Runnable() {
@Override
@@ -100,12 +87,8 @@
});
}
- /*
@MediumTest
@Feature({"AndroidWebView"})
- crbug.com/367346
- */
- @DisabledTest
public void testOnShowCustomViewAndPlayWithHtmlControl() throws Throwable {
if (!areHtmlControlsEnabled())
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698