OLD | NEW |
| 1 <!-- NOTE: The ids in this file must be kept in sync with AwContentsClientFullSc
reenTest |
| 2 and AwContentsClientGetVideoLoadingProgressViewTest --> |
| 3 |
1 <html> | 4 <html> |
2 <head> | 5 <head> |
3 <script src="full_screen_video.js"></script> | 6 <script src="full_screen_video.js"></script> |
4 </head> | 7 </head> |
5 <body> | 8 <body> |
6 </script></head><body> | 9 </script></head><body> |
7 <button autofocus style ='padding:1024px 1024px;' onclick="goFullscreen('video')
; return false">Big enough you can't miss it</button> | 10 <button id="fullscreenControl" autofocus style ='padding:10px 10px;' onclick="go
Fullscreen('video'); return false">Go fullscreen</button> |
8 <p></p> | 11 <p></p> |
9 <!-- The video id must be kept in sync with VideoTestWebServer.VIDEO_ID --> | |
10 <video style = 'width: 10px; height: 10px;' id='video' controls> | 12 <video style = 'width: 10px; height: 10px;' id='video' controls> |
11 <source id="webm" src="VIDEO_FILE_URL" type="video/webm"> | 13 <source src="video.mp4" type="video/mp4"> |
12 </video> | 14 </video> |
13 </body> | 15 </body> |
14 </html> | 16 </html> |
OLD | NEW |