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