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