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