Sign in
webkit
/
WebKit
/
3280e000eb50f51518640837f991471c4062489a
/
.
/
LayoutTests
/
fast
/
css
/
rect-shadow-tiled.html
blob: 7bb47968d36eb27d1d9bf913698fce6d628cee29 [
file
] [
log
] [
blame
]
<style>
.
roundedRect
{
position
:
absolute
;
left
:
100px
;
top
:
100px
;
width
:
320px
;
height
:
250px
;
-webkit-border-radius
:
100px
;
-webkit-box-shadow
:
0
0
100px
black
;
}
</style>
<div
class
=
"roundedRect"
></div>