summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/301726-2.html
blob: 88f3dcb08de97c2640a3aac03df08120a47b9d28 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>
  <div style="overflow: scroll; visibility: hidden;
              height: 100px;">
    <div style="visibility: visible; height: 50%; background: green">
    </div>
  </div>
</body>
</html>