blob: 04272cf5fc95f57f1d9686e1de96d0bb25592f23 [file] [log] [blame]
<!DOCTYPE html>
<!--
| Tests that a box shadow works with both spread and blur.
-->
<html>
<head>
<style>
div {
position: absolute;
border-radius: 50%;
left: 20px;
top: 20px;
width: 100px;
height: 100px;
box-shadow: 0px 0px 0px 25px rgb(0, 0, 0);
}
</style>
</head>
<body>
<div></div>
</body>
</html>