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

Unified Diff: android_webview/test/shell/assets/full_screen_video_test.html

Issue 639413002: [aw] Reuse WebContents PowerSaveBlocker in fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testsForPowerSaver
Patch Set: Nits Created 6 years, 2 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
Index: android_webview/test/shell/assets/full_screen_video_test.html
diff --git a/android_webview/test/shell/assets/full_screen_video_test.html b/android_webview/test/shell/assets/full_screen_video_test.html
index 4d28a9c63b305741a5ac3620b201461dfa85e4b9..4310a66a31b6ffe156b149f3501d6e4f8ae41261 100644
--- a/android_webview/test/shell/assets/full_screen_video_test.html
+++ b/android_webview/test/shell/assets/full_screen_video_test.html
@@ -1,14 +1,16 @@
+<!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullScreenTest
+ and AwContentsClientGetVideoLoadingProgressViewTest -->
+
<html>
<head>
<script src="full_screen_video.js"></script>
</head>
<body>
</script></head><body>
-<button autofocus style ='padding:1024px 1024px;' onclick="goFullscreen('video'); return false">Big enough you can't miss it</button>
+<button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="goFullscreen('video'); return false">Go fullscreen</button>
<p></p>
-<!-- The video id must be kept in sync with VideoTestWebServer.VIDEO_ID -->
<video style = 'width: 10px; height: 10px;' id='video' controls>
- <source id="webm" src="VIDEO_FILE_URL" type="video/webm">
+ <source src="video.mp4" type="video/mp4">
</video>
</body>
</html>
« no previous file with comments | « android_webview/test/shell/assets/full_screen_video_inside_div_test.html ('k') | android_webview/test/shell/assets/video.mp4 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698