blob: bc9208d46eb0bb3a6a3802306f649b81e9259411 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="initial-scale=1">
<title>MP4 Video with 180 Degree Rotation Test</title>
<style type="text/css">
.nomargin {
margin: 0px auto;
}
</style>
<script src="pixel_video_test.js"></script>
</head>
<body onload="main()">
<div id="container" style="position:absolute; top:0px; left:0px">
<video class="nomargin" id="video" width="240" height="135">
<source src="/media/test/data/four-colors-rot-180.mp4" type="video/mp4">
</video>
</div>
</body>
</html>