1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/413027-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<html><head> 1.5 +<title>Testcase 3 for bug 413027 - Marquee height is sized too small, clipping text vertically</title> 1.6 +</head> 1.7 +<body> 1.8 + 1.9 +<div style="display: -moz-box; background-color: lime; width: 600px;"> 1.10 +<div> 1.11 + <div style="margin: 100px 0px;">text</div> 1.12 +</div> 1.13 +</div> 1.14 + 1.15 +</body></html>