Commit bd164f56 authored by boliu@chromium.org's avatar boliu@chromium.org

aw: Disable setMediaPlaybackRequiresUserGesture

BUG=396645
NOTRY=true
NOTREECHECKS=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284935 0039d316-1c4b-4281-b951-d872f2087c98
parent e164e87e
......@@ -2560,8 +2560,12 @@ public class AwSettingsTest extends AwTestBase {
assertTrue(VideoTestUtil.runVideoTest(this, false, WAIT_TIMEOUT_MS));
}
/*
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
http://crbug.com/396645
*/
@DisabledTest
public void testMediaPlaybackWithUserGesture() throws Throwable {
// Wait for 5 second to see if video played.
assertFalse(VideoTestUtil.runVideoTest(this, true, scaleTimeout(5000)));
......
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