summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/458296-1c.html
blob: 98bbf4bdeee09bafa0f5338fffaa603b5909c1fe (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<body>
<div style="overflow:auto; width:300px; height:300px; background:green;">
  <div style="height:100px; margin-top:100px;">
    <div style="height:200px; margin-left:100px; width:100px; margin-bottom:100px; margin-right:100px; background:yellow;"></div>
  </div>
</div>
</body>
</html>