413027-4.html (530B)
1 <html><head> 2 <title>Testcase for bug 413027 - Marquee height is sized too small, clipping text vertically</title> 3 </head> 4 <body> 5 6 <marquee scrollamount="0" behavior="alternate" direction="right" style="background-color: lime; width: 600px;"> 7 <div> 8 <!-- padding-left used to avoid risk of an antialiasing pixel that may 9 project to the left of the origin, causing a spurious test failure 10 (see bugs 476927, 475968) --> 11 <div style="margin: 100px 0px; padding-left: 2px;">text</div> 12 </div> 13 </marquee> 14 15 </body></html>