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

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

Issue 364043002: 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, 6 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 fb29ea5ce638283fe7c6f112ab4868e75cd86f05..543358df9338eea66e0c6da2c3f0830101a43bb3 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,6 +12,7 @@ import junit.framework.Assert;
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;
@@ -45,8 +46,12 @@ public class AwContentsClientFullScreenVideoTest extends AwTestBase {
if (webServer != null) webServer.getTestWebServer().shutdown();
}
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/367346
+ */
+ @DisabledTest
public void testOnShowAndHideCustomViewWithCallback() throws Throwable {
doOnShowAndHideCustomViewTest(new Runnable() {
@Override
@@ -56,8 +61,12 @@ public class AwContentsClientFullScreenVideoTest extends AwTestBase {
});
}
+ /*
@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.
@@ -76,8 +85,12 @@ public class AwContentsClientFullScreenVideoTest extends AwTestBase {
});
}
+ /*
@MediumTest
@Feature({"AndroidWebView"})
+ crbug.com/367346
+ */
+ @DisabledTest
public void testOnShowAndHideCustomViewWithJavascript() throws Throwable {
doOnShowAndHideCustomViewTest(new Runnable() {
@Override
@@ -87,8 +100,12 @@ public class AwContentsClientFullScreenVideoTest extends AwTestBase {
});
}
+ /*
@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