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