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