blob: b64a03fdf11e2e434ba8562cbcb751ddd5ac045a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>video-with-alpha</title>
<style>
body {
background: white;
}
#spacer {
position: absolute;
left: 200px;
top: 0px;
width: 200px;
height: 200px;
background-color: red;
}
</style>
</head>
<body>
<div id="spacer"></div>
</body>
</html>