Commit a84eb296 authored by qinmin@chromium.org's avatar qinmin@chromium.org

Revert of Disable another WebView fullscreen video test until we land...

Revert of Disable another WebView fullscreen video test until we land fullscreen IPC changes (https://codereview.chromium.org/371933003/)

Reason for revert:
revert this as all related CLs are committed

Original issue's description:
> Disable another WebView fullscreen video test until we land fullscreen IPC changes
> 
> there are 2 changes needs to be submitted before we reenable the tests:
> 1. https://codereview.chromium.org/290643005/ and
> 2. https://codereview.chromium.org/292573004/
> 
> the blink change will break all the tests, so we need to reenable the test after the chromium change lands
> 
> BUG=367346
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281627

TBR=boliu@chromium.org
BUG=367346

Review URL: https://codereview.chromium.org/382583002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282111 0039d316-1c4b-4281-b951-d872f2087c98
parent 698b41f9
...@@ -4,11 +4,12 @@ ...@@ -4,11 +4,12 @@
package org.chromium.android_webview.test; package org.chromium.android_webview.test;
import android.test.suitebuilder.annotation.SmallTest;
import android.view.View; import android.view.View;
import org.chromium.android_webview.AwContents; import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.test.util.VideoTestWebServer; 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.CallbackHelper; import org.chromium.content.browser.test.util.CallbackHelper;
import org.chromium.content.browser.test.util.TouchCommon; import org.chromium.content.browser.test.util.TouchCommon;
...@@ -44,12 +45,9 @@ public class AwContentsClientGetVideoLoadingProgressViewTest extends AwTestBase ...@@ -44,12 +45,9 @@ public class AwContentsClientGetVideoLoadingProgressViewTest extends AwTestBase
TimeUnit.MILLISECONDS); TimeUnit.MILLISECONDS);
} }
/*
@Feature({"AndroidWebView"}) @Feature({"AndroidWebView"})
@SmallTest @SmallTest
crbug.com/367346
*/
@DisabledTest
public void testGetVideoLoadingProgressView() throws Throwable { public void testGetVideoLoadingProgressView() throws Throwable {
TestAwContentsClient contentsClient = TestAwContentsClient contentsClient =
new FullScreenVideoTestAwContentsClient(getActivity()) { new FullScreenVideoTestAwContentsClient(getActivity()) {
......
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