2008-04-10 16:17:20 -07:00
|
|
|
<html><head>
|
|
|
|
<title>Testcase for bug 413027 - Marquee height is sized too small, clipping text vertically</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<marquee scrollamount="0" behavior="alternate" direction="right" style="background-color: lime; width: 600px;">
|
|
|
|
<div>
|
2009-09-23 07:55:55 -07:00
|
|
|
<!-- padding-left used to avoid risk of an antialiasing pixel that may
|
|
|
|
project to the left of the origin, causing a spurious test failure
|
|
|
|
(see bugs 476927, 475968) -->
|
2010-07-15 14:07:35 -07:00
|
|
|
<div style="margin: 100px 0px; padding-left: 2px; opacity:0.9;">text</div>
|
2008-04-10 16:17:20 -07:00
|
|
|
</div>
|
|
|
|
</marquee>
|
|
|
|
|
|
|
|
</body></html>
|