1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13

content / test / data / media / session / position.html [blame]

<!DOCTYPE html>
<html>
<head>
  <title>Video Player Test</title>
  <meta name=viewport content='width=device-width initial-scale=1.0'>
</head>
<body>
  <video controls id=video src=video-6seconds.webm></video>
</body>
<script>
  const video = document.getElementById('video');
</script>
</html>