summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/423823-1-ref.html
blob: a84c728c7e35a07e671df090056b4d76998b1750 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<body>
<div style="width:200px; height:100px; background:yellow;"></div>
<br>
<div style="width:200px; height:100px; background:yellow; overflow:scroll;">
  <div style="height:200px; width:200px;"></div>
</div>
</body>
</html>