diff options
Diffstat (limited to 'layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html')
-rw-r--r-- | layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html new file mode 100644 index 000000000..626fbe7b5 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-3.html @@ -0,0 +1,8 @@ +<div style="width:200px; height:200px; overflow:auto"> +<div> +<table cellspacing=0 cellpadding=0 border=0 height="100%"><tr><td> +<div style="width:300px; height:100%; background:green"><div style="height:1px"><!--Workaround for unrelated table bug--></div> +</div> +</table> +</div> +</div> |