blob: 22fdd42e6016fde86d2ef3cada55fdfbce32c523 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html><head>
<title>Testcase for bug 413027 - Marquee height is sized too small, clipping text vertically</title>
</head>
<body>
<div style="background-color: lime; width: 600px; float:left;">
<div style="margin: 100px 0px; padding-left: 2px;">text</div>
</div>
</body></html>
|