summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/332557-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/332557-1.html')
-rw-r--r--layout/reftests/bugs/332557-1.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/332557-1.html b/layout/reftests/bugs/332557-1.html
new file mode 100644
index 0000000000..d23299e251
--- /dev/null
+++ b/layout/reftests/bugs/332557-1.html
@@ -0,0 +1,9 @@
+<DOCTYPE html>
+<html>
+<body style="width: 400px">
+<div style="overflow:scroll; padding-left: 20%; padding-right: 50%;
+ background: yellow; height: 200px">
+ <div style="height: 500px; background: blue;"></div>
+</div>
+</body>
+</html>