chromium/content/test/data/gpu/pixel_video_mp4_four_colors_rot_90.html

<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="initial-scale=1">
<title>MP4 Video with 90 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">
<source src="/media/test/data/four-colors-rot-90.mp4" type="video/mp4">
</video>
</div>
</body>
</html>