summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/458296-1-ref.html
blob: 8ba9e6194ba4e519939562d6b2631b04fdd7fb68 (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;"></div>
  <div style="height:200px; margin-left:100px; margin-right:100px; width:100px; background:yellow;"></div>
  <div style="height:100px;"></div>
</div>
</body>
</html>