gecko-dev/layout/reftests/box-shadow/boxshadow-mixed-2-ref.html
Markus Stange ef5c8e6d40 Bug 1402060 - Don't create outset box-shadow wr items for inset box-shadows. r=mattwoodrow
MozReview-Commit-ID: EEKcXiy2WnK

--HG--
extra : rebase_source : 26772e259a7de57adf3588293159a0597df508d5
2017-10-07 14:13:55 -04:00

27 lines
383 B
HTML

<!DOCTYPE HTML>
<title>Reference, bug 1402060</title>
<style>
.blackAtTop {
width: 100px;
height: 90px;
border-top: 10px solid black;
}
.blue {
width: 100px;
height: 100px;
background: blue;
margin-left: 10px;
}
.white {
width: 90px;
height: 90px;
background: white;
}
</style>
<div class="blackAtTop"><div class="blue"><div class="white"></div></div></div>