Sign in
webkit
/
WebKit
/
896f2e1627ae91d975ee73fd9010259c3dd716cd
/
.
/
LayoutTests
/
fast
/
box-shadow
/
negative-inset-box-shadow.html
blob: a6d82924dc4098a6d53e1329d39271656c616cc5 [
file
] [
log
] [
blame
]
<style>
div
{
position
:
absolute
;
top
:
10px
;
left
:
10px
;
box-shadow
:
rgba
(
0
,
0
,
0
,
0
)
0px
0px
50px
-
25px
inset
;
height
:
50px
;
width
:
50px
;
}
</style>
<div></div>