gecko-dev/layout/reftests/percent-overflow-sizing/nestedHeight-ref.html
Robert O'Callahan dae16893fe Bug 1172239. Ensure nested overflow:auto elements are tested. r=bz
--HG--
extra : commitid : DoIuHjOVpv
extra : rebase_source : 695167a656e8b9d90835677e4812cb3c4a220259
2015-07-22 16:37:00 +12:00

9 lines
180 B
HTML

<!DOCTYPE HTML>
<body>
<div id="a" style="overflow:auto; width:200px">
<div style="overflow:auto">
<div style="background: green; height:100%"></div>
</div>
</div>
</body>