summaryrefslogtreecommitdiffstats
path: root/layout/reftests/percent-overflow-sizing/simpleAbsHeight.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/percent-overflow-sizing/simpleAbsHeight.html')
-rw-r--r--layout/reftests/percent-overflow-sizing/simpleAbsHeight.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/percent-overflow-sizing/simpleAbsHeight.html b/layout/reftests/percent-overflow-sizing/simpleAbsHeight.html
new file mode 100644
index 0000000000..dcbd1709ed
--- /dev/null
+++ b/layout/reftests/percent-overflow-sizing/simpleAbsHeight.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<div style="overflow:auto; height:200px; width:200px; position:relative">
+<div style="background: green; height:100%; width:100%; position:absolute">
+</div>
+</div>