layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3D.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3D.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +<body onload="document.getElementById('a').style.height='100%';">
     1.5 +<div style="width:200px; height:200px; overflow:auto">
     1.6 +<div>
     1.7 +<table id=a cellspacing=0 cellpadding=0 border=0 height="100%"><tr><td>
     1.8 +<div style="width:300px; background:green; height:100%"><div style="height:1px"><!--Workaround for unrelated table bug--></div>
     1.9 +</div>
    1.10 +</table>
    1.11 +</div>
    1.12 +</div>

mercurial