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