OLD | NEW |
---|---|
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 | 2 |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <script src="full_screen_video.js"></script> | 5 <script src="full_screen_video.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <button id="fullscreenControl" autofocus style='padding:10px 10px;' onclick="goF ullscreen('div'); return false">Go fullscreen</button> | 8 <button id="fullscreenControl" autofocus style='padding:10px 10px;' onclick="goF ullscreen('div'); return false">Go fullscreen</button> |
9 <div id='div'> | 9 <div id='div'> |
10 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); re turn false">Play</button> | 10 <button id="playControl" style='padding:10px 10px;' onclick="playVideo(); re turn false">Play</button> |
11 <video style = 'width: 300px; height: 300px;' id='video'> | 11 <video style = 'width: 300px; height: 300px;' id='video'> |
12 <source src="video.mp4" type="video/mp4"> | 12 <source src="video.webm" type "video/webm"> |
ddorwin
2016/03/10 01:46:38
Dropped the '=' after "type".
DaleCurtis
2016/03/10 02:00:02
Thanks, done.
| |
13 </video> | 13 </video> |
14 </div> | 14 </div> |
15 </body> | 15 </body> |
16 </html> | 16 </html> |
OLD | NEW |