1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

content / test / data / gpu / pixel_media_recorder_from_video_element.html [blame]

<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="initial-scale=1">
<title>Media Recorder From Video Element Test</title>
<style type="text/css">
.nomargin {
  margin: 0px auto;
}
</style>
<script src="media_recorder_from_video_element.js"></script>
</head>
<body onload="main()">
<div id="container1" style="position:absolute; top:0px; left:0px">
<video class="nomargin" id="dst-video"></video>
</div>
<div id="container2" style="position:absolute; top:150px; left:0px">
<video class="nomargin" id="src-video" autoplay loop>
<source src="/media/test/data/four-colors-vp9.webm" type="video/webm">
</video>
</div>
</body>
</html>