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