summaryrefslogtreecommitdiffstats
path: root/layout/reftests/scrolling/opacity-mixed-scrolling-1.html
blob: da4227c3316247a548c2b9098b51329505321f49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html>
<body>
<div class="scrollTop" style="overflow:hidden; width:200px; height:200px;">
  <div style="margin:70px 20px; opacity:0.5; height:400px; background:yellow;">
    <div style="position:absolute; background:yellow; width:50px; height:100px; top: 0; left:50px;">
    </div>
  </div>
</div>
<script src="scrolling.js"></script>
</body>
</html>