summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/458296-1a-ref.html
blob: dff6bda3eea5096960cd347747c3536c8e5add8a (plain)
1
2
3
4
5
6
7
8
9
<!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>
</body>
</html>