Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
box-shadow
/
inset-box-shadow-expected.html
blob: 6fd46102245a8727452d097c5a0cc9f8c9bbc200 [
file
] [
log
] [
blame
]
<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>