gecko/layout/reftests/bugs/530686-1-ref.html

17 lines
210 B
HTML
Raw Normal View History

<!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>