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

Side by Side Diff: android_webview/test/shell/assets/full_screen_video_test.html

Issue 2154883003: Make ContentVideoView progress view visible in WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Java continuation lines identation Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 <!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullSc reenTest 1 <!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullSc reenTest -->
2 and AwContentsClientGetVideoLoadingProgressViewTest -->
3 2
4 <html> 3 <html>
5 <head> 4 <head>
6 <script src="full_screen_video.js"></script> 5 <script src="full_screen_video.js"></script>
7 </head> 6 </head>
8 <body> 7 <body>
9 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="go Fullscreen('video'); return false">Go fullscreen</button> 8 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="go Fullscreen('video'); return false">Go fullscreen</button>
10 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button> 9 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button>
11 <video style = 'width: 10px; height: 10px;' id='video' controls> 10 <video style = 'width: 10px; height: 10px;' id='video' controls>
12 <source src="video.webm" type="video/webm"> 11 <source src="video.webm" type="video/webm">
13 </video> 12 </video>
14 </body> 13 </body>
15 </html> 14 </html>
OLDNEW
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | android_webview/test/shell/assets/full_screen_video_test_not_preloaded.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698