Extra reftest for bug 403519

This commit is contained in:
martijn.martijn@gmail.com 2007-12-19 03:12:31 -08:00
parent 2b31364ac3
commit e7d1385162
3 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<style>
td {
border: 1px solid black;
background-color: lime;
}
table {
border: 1px solid black;
background-color: red;
width: 500px;
border-spacing: 0;
}
</style>
</head>
<body>
<table>
<tbody><tr>
<td colspan="2" style="width: 100%;"><div>&nbsp;</div></td>
<td>b</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody></table>
</body></html>

View File

@ -0,0 +1,29 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<style>
td {
border: 1px solid black;
background-color: lime;
}
table {
border: 1px solid black;
background-color: red;
width: 500px;
border-spacing: 0;
}
</style>
</head>
<body>
<table>
<tbody><tr>
<td colspan="2"><div style="margin: 0 100%;">&nbsp;</div></td>
<td>b</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody></table>
</body></html>

View File

@ -513,6 +513,7 @@ random == 403134-1.html 403134-1-ref.html # bug 405377
== 403455-1.html 403455-1-ref.html
== 403505-1.xml 403505-1-ref.xul
== 403519-1.html 403519-1-ref.html
== 403519-2.html 403519-2-ref.html
== 403656-1.html 403656-1-ref.html
== 403656-2.html 403656-2-ref.html
== 403656-3.html 403656-3-ref.html