blob: a53b75ee1d6c6255e62f0fea8d834fa9d419615a [file] [log] [blame]
<!DOCTYPE html>
<!--
| Tests that a box shadow works properly with non-zero blur.
-->
<html>
<head>
<style>
div {
position: absolute;
left: 0px;
top: 0px;
width: 100px;
height: 100px;
box-shadow: 10px 10px 25px rgb(0, 0, 0);
}
</style>
</head>
<body>
<div></div>
</body>
</html>