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

<!DOCTYPE HTML>
<html>
<head>
<title>Media Stream Incompatible Stride Video test</title>
<style type="text/css">
.nomargin {
  margin: 0px auto;
}
</style>
<script src="pixel_video_media_stream_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">
</video>
</div>
</body>
</html>