Sign in
webkit
/
WebKit
/
1af45fc1915c308be35b19553899267f3a4f02ea
/
.
/
LayoutTests
/
fast
/
box-shadow
/
box-shadow-obscured-backgrounds-expected.html
blob: c024dc4d3f40d321c8c9d94ab913cbca4adffdfe [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
box
{
position
:
absolute
;
top
:
50px
;
left
:
50px
;
height
:
100px
;
width
:
100px
;
background-color
:
silver
;
box-shadow
:
0
0
20px
black
;
}
</style>
</head>
<body>
<div
class
=
"box"
></div>
</body>
</html>