1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / media / video-player-autoplay.html [blame]

<!DOCTYPE html>
<html>
<head>
  <title>Video Player Autoplay Test</title>
</head>
<body>
  <!-- muted allows autoplay -->
  <video autoplay muted id=video src=bear.webm></video>
</body>
</html>