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