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