summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webm-video/clipping-1a.html
blob: 4cc2e5c8de0da7fc6e2e8001dcb92908fc954438 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<html>
<body style="background:white">
<div style="overflow:hidden; position:absolute; left:0; top:0; width:200px; height:600px;">
  <video src="black140x100.webm" style="width:400px; margin-left:-100px;"></video>
</div>
</body>
</html>