RetroZilla/layout/html/tests/table/bugs/bug9072.html

8 lines
243 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<title>cell where width=1</title>
<body bgcolor="#ffffff">
<table border=0 cellspacing=5 cellpadding=0 bgcolor="#ffffff">
<tr> <td>Blah</td> <td width=1 bgcolor="#000000"><spacer type=block width=1></td> <td>Blah</td> </tr>
</table>
<br>