mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
11 lines
287 B
HTML
11 lines
287 B
HTML
<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>
|