Extra reftest for bug 413027 - Marquee height is sized too small, clipping text vertically, a=beltzner

git-svn-id: svn://10.0.0.236/trunk@250023 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
martijn.martijn%gmail.com 2008-04-10 23:17:20 +00:00
parent dbdc24e340
commit 5abc450e92
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,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;">text</div>
</div>
</body></html>

View File

@ -0,0 +1,12 @@
<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>
<div style="margin: 100px 0px;">text</div>
</div>
</marquee>
</body></html>

View File

@ -738,6 +738,7 @@ fails == 411585-3.html 411585-3-ref.html # bug 426909
fails == 413027-1.html 413027-1-ref.html
fails == 413027-2.html 413027-2-ref.html
fails == 413027-3.html 413027-3-ref.html
== 413027-4.html 413027-4-ref.html
== 413286-1a.html 413286-1-ref.html
== 413286-1b.html 413286-1-ref.html
== 413286-1c.html 413286-1-ref.html