Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/1119117-1-ref.html

20 lines
224 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<style>
#image {
position:fixed;
opacity:0.50196078431;
left:0;
top:0;
width:100%;
height:100%;
background:blue;
}
</style>
</head>
<body>
<div id="image"></div>
</body>
</html>