Bug 449833 - Add platform colors -moz-mac-chrome-active and -moz-mac-chrome-inactive...
[mozilla-central.git] / layout / reftests / percent-overflow-sizing / hScrollSimpleHeightQuirks-2D.html
blob7ad01a7b20c7d1edf0e9a2151508cec0ce6b6562
1 <body onload="document.getElementById('a').style.height='100%';">
2 <div style="overflow:auto; width:200px; height:200px;">
3 <div>
4 <div id=a style="width:300px; background:green">
5 </div>
6 </div>
7 </div>