Mypal/layout/reftests/bugs/745934-1-ref.html

19 lines
231 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
div {
position: absolute;
top: 0; left: 0;
width: 600px;
height: 500px;
background: yellow;
opacity: 0.3;
}
</style>
</head>
<body>
<div></div>
</body>
</html>