servo/tests/ref/box_shadow_spread_ref.html
2014-12-15 13:39:06 -08:00

18 lines
237 B
HTML

<head>
<!-- Tests that spread works. -->
<style>
section {
position: absolute;
width: 100px;
height: 100px;
top: 75px;
left: 75px;
border: solid black 25px;
}
</style>
</head>
<body>
<section></section>
</body>