Reftests for bug 407016, r=dholbert

This commit is contained in:
martijn.martijn@gmail.com 2008-01-09 06:14:21 -08:00
parent a27acda703
commit 68d5f10988
6 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html>
<body>
<table style="width: 200px; border: 1px solid black;"><tr><td>
<marquee scrollamount="0" style="background-color: lime;">
<div style="width: 2000px; height: 50px;"></div>
</marquee>
</td></tr></table>
</body>
</html>

View File

@ -0,0 +1,9 @@
<html>
<body>
<table style="width: 200px; border: 1px solid black;"><tr><td>
<marquee scrollamount="0" behavior="alternate">
<div style="width: 2000px; height: 50px; background-color: lime;"></div>
</marquee>
</td></tr></table>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<table style="width: 200px; border: 1px solid black;"><tr><td>
<div style="background-color: lime; height: 50px;">
</td></tr></table>
</body>
</html>

View File

@ -0,0 +1,5 @@
<html>
<body>
<div style="background-color: lime; height: 50px;"></div>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<marquee scrollamount="0" style="height: 50px; background-color: lime;">
<div style="width: 9999px;">&nbsp;</div>
</marquee>
</body>
</html>

View File

@ -615,6 +615,9 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 406073-1.html 406073-1-ref.html
== 406484-1.html 406484-1-ref.html
== 406568-1.html 406568-1-ref.html
== 407016-1-a.html 407016-1-ref.html
== 407016-1-b.html 407016-1-ref.html
== 407016-2.html 407016-2-ref.html
== 407078-1.html 407078-1-ref.html
== 407111-1.html 407111-1-ref.html
== 407227-1.html 407227-1-ref.html