summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/413027-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/413027-1.html')
-rw-r--r--layout/reftests/bugs/413027-1.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/413027-1.html b/layout/reftests/bugs/413027-1.html
new file mode 100644
index 000000000..dd20b5b3e
--- /dev/null
+++ b/layout/reftests/bugs/413027-1.html
@@ -0,0 +1,12 @@
+<html><head>
+<title>Testcase 3 for bug 413027 - Marquee height is sized too small, clipping text vertically</title>
+</head>
+<body>
+
+<div style="display: -moz-box; background-color: lime; width: 600px;">
+<div>
+ <div style="margin: 100px 0px;">text</div>
+</div>
+</div>
+
+</body></html>