diff options
Diffstat (limited to 'layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html')
-rw-r--r-- | layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html new file mode 100644 index 000000000..2c20eccc8 --- /dev/null +++ b/layout/reftests/percent-overflow-sizing/hScrollSimpleHeightQuirks-2.html @@ -0,0 +1,6 @@ +<div style="overflow:auto; width:200px; height:200px;"> +<div> +<div style="width:300px; height:100%; background:green"> +</div> +</div> +</div> |