Sign in
webkit
/
WebKit
/
1af45fc1915c308be35b19553899267f3a4f02ea
/
.
/
LayoutTests
/
fast
/
box-shadow
/
inset-box-shadow.html
blob: c4fddbb217fa7cb3d81215516efb4e72a0d36b6d [
file
] [
log
] [
blame
]
<style>
div
{
position
:
absolute
;
top
:
30px
;
left
:
30px
;
border-radius
:
50%
;
box-shadow
:
black
0px
0px
0px
2px
inset
;
height
:
40px
;
width
:
40px
;
}
</style>
<p>
You should see a black circle here
</p>
<div></div>