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

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

Issue 815933002: [WebView] Move external video surface across container views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: Created 6 years 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 --> 2 and AwContentsClientGetVideoLoadingProgressViewTest -->
3 3
4 <html> 4 <html>
5 <head> 5 <head>
6 <script src="full_screen_video.js"></script> 6 <script src="full_screen_video.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 </script></head><body> 9 </script></head><body>
10 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="go Fullscreen('video'); return false">Go fullscreen</button> 10 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="go Fullscreen('video'); return false">Go fullscreen</button>
11 <p></p> 11 <p></p>
12 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); return false">Play</button>
12 <video style = 'width: 10px; height: 10px;' id='video' controls> 13 <video style = 'width: 10px; height: 10px;' id='video' controls>
13 <source src="video.mp4" type="video/mp4"> 14 <source src="video.mp4" type="video/mp4">
14 </video> 15 </video>
15 </body> 16 </body>
16 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698