gecko/layout/reftests/ogg-video/undersize-clipped-ref.html

20 lines
274 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
#mask {
position: absolute;
z-index: 3;
width: 7px;
height: 5px;
background-color: green;
top: 10px;
left: 10px;
}
</style>
</head>
<body style="background:white;">
<div id="mask"></div>
</body>
</html>