Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / android_webview / javatests / src / org / chromium / android_webview / test / AwContentsClientGetVideoLoadingProgressViewTest.java
index 0d424f5..25b1b03 100644 (file)
@@ -62,6 +62,7 @@ public class AwContentsClientGetVideoLoadingProgressViewTest extends AwTestBase
         final AwTestContainerView testContainerView =
                 createAwTestContainerViewOnMainSync(contentsClient);
         final AwContents awContents = testContainerView.getAwContents();
+        awContents.getSettings().setFullscreenSupported(true);
         enableJavaScriptOnUiThread(awContents);
         VideoTestWebServer webServer = new VideoTestWebServer(
                 getInstrumentation().getTargetContext());