Sign in
webkit
/
WebKit
/
7a2f3f50b83583acd60082111d0e9c7f59fe5a6d
/
.
/
LayoutTests
/
fast
/
box-shadow
/
inset-box-shadow.html
blob: bd26948054b4ba574409983371626070aa413b5f [
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 outlined square here
</p>
<div></div>