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