blob: c935f3f40a2201c6a5e63631949047301f2cfc15 [file]
<!DOCTYPE HTML>
<!-- READ BEFORE UPDATING:
If this test is updated make sure to increment the "revision" value of the
associated test in content/test/gpu/page_sets/pixel_tests.py. This will ensure
that the baseline images are regenerated on the next run.
-->
<html>
<head>
<title>Nonroot Video test</title>
<style type="text/css">
.nomargin {
margin: 0px auto;
}
.gradient {
-webkit-mask-image: -webkit-gradient(
linear, left 50%, right 50%,
color-stop(0.00, rgba(0,0,0,1)),
color-stop(0.75, rgba(0,0,0,1)),
color-stop(0.80, rgba(0,0,0,0)),
color-stop(1.00, rgba(0,0,0,0)));
}
</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 gradient" id="video" width="240" height="136">
<source src="/media/test/data/four-colors.mp4" type="video/mp4">
</video>
</div>
<div id="container" class="nomargin" style="position:absolute; top:0px; left:0px; width:30px; height:30px; background-color:black;">
</div>
</body>
</html>