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

25 lines
330 B
HTML

<!DOCTYPE HTML>
<style>
#a, #b {
width: 100px;
height: 100px;
background-color: grey;
-moz-appearance: none;
box-shadow: 4px 4px 3px black;
border: none !important;
position: absolute;
}
#a {
top: 20px;
left: 20px;
}
#b {
top: 170px;
left: 20px;
</style>
<div id="a">&nbsp;</div>
<div id="b">&nbsp;</div>