summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1022612-1.html
blob: 1d3297121753d7c82a64ce1f33099981f3711114 (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<div style="width:400px;">
  <span style="opacity:0.5;">
    <span style="position:relative; display:inline-block; background:red; width:400px; height:200px;"></span>
    <span style="position:relative; top:-300px; display:inline-block; background:lime; width:400px; height:400px;"></span>
  </span>
</div>