chromium/content/test/data/media/video-player-autoplay.html

<!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>