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