summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/530686-1-ref.html
blob: 1660933d4adde2f8f8891edbfc2ca118e16f7add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css"> 
#rear {
	width: 500px;
	height: 1500px;
	box-shadow: 0 0 71px #667;
	display: block;
}
</style>
</head>
<body>
<div id="rear"></div>
</body>
</html>