зеркало из https://github.com/mozilla/pjs.git
Extra reftest for bug 413027 - Marquee height is sized too small, clipping text vertically, a=beltzner
This commit is contained in:
Родитель
bf3de6bd4e
Коммит
c891b714b0
|
@ -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>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче