gecko/layout/reftests/bugs/530686-1-ref.html
2009-12-01 02:15:44 -05:00

17 lines
210 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
#rear {
width: 500px;
height: 1500px;
-moz-box-shadow: 0 0 100px #667;
display: block;
}
</style>
</head>
<body>
<div id="rear"></div>
</body>
</html>