summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/745934-1-ref.html
blob: c204fb916442eee60e21c9826a1deba17d69b9ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>