tenfourfox/layout/reftests/bugs/530686-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
204 B
HTML

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