mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Bug 413027 reftest
This commit is contained in:
parent
e5147ba795
commit
4e511f49b9
10
layout/reftests/bugs/413027-1-ref.html
Normal file
10
layout/reftests/bugs/413027-1-ref.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html><head>
|
||||
<title>Testcase 3 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>
|
12
layout/reftests/bugs/413027-1.html
Normal file
12
layout/reftests/bugs/413027-1.html
Normal file
@ -0,0 +1,12 @@
|
||||
<html><head>
|
||||
<title>Testcase 3 for bug 413027 - Marquee height is sized too small, clipping text vertically</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="display: -moz-box; background-color: lime; width: 600px;">
|
||||
<div>
|
||||
<div style="margin: 100px 0px;">text</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body></html>
|
@ -720,6 +720,7 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
|
||||
== 412607-1b.html 412607-1-ref.html
|
||||
== 412679-1.html 412679-1-ref.html
|
||||
== 412679-2.html 412679-2-ref.html
|
||||
== 413027-1.html 413027-1-ref.html
|
||||
== 413286-1a.html 413286-1-ref.html
|
||||
== 413286-1b.html 413286-1-ref.html
|
||||
== 413286-1c.html 413286-1-ref.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user