summaryrefslogtreecommitdiffstats
path: root/mobile/android/tests/browser/robocop/video_controls.html
blob: a312124093709f56db69466603116723c61050c1 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
  <head>
    <title>Video Controls Test</title>
  </head>
  <body>
    <video id="video" style="height: 480px; width: 640px" controls mozNoDynamicControls></video>
    <canvas id="canvas" style="height: 480px; width: 640px"></canvas>
  </body>
</html>