haikuwebkit/LayoutTests/fast/box-shadow/inset-box-shadow-expected.html

14 lines
268 B
HTML

<style>
div {
position: absolute;
top: 32px;
left: 32px;
border-radius: 50%;
box-shadow: black 0px 0px 0px 2px;
height: 36px;
width: 36px;
}
</style>
<p>You should see a black circle here</p>
<div></div>