Home | History | Annotate | Download | only in video_VideoReload
      1 <!-- This is a test html file for webm video test. -->
      2 <html>
      3 <body>
      4     <video id='testvideo' src='http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/video.webm' controls muted>
      5     </video>
      6 </body>
      7 
      8 <script src="reload.js"></script>
      9 </html>
     10