tenfourfox/layout/reftests/box-shadow/boxshadow-spread-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

29 lines
405 B
HTML

<!DOCTYPE HTML>
<style>
body {
background-color: green;
}
#thediv {
background-color: green;
width: 300px;
height: 100px;
position: absolute;
top: 20px;
left: 20px;
z-index: 2;
}
#theshadow {
background-color: black;
width: 306px;
height: 106px;
position: absolute;
top: 20px;
left: 20px;
z-index: 1;
}
</style>
<div id="theshadow">&nbsp;</div><div id="thediv">Foo</div>