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

7 lines
157 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<table width="100%" border=1 bgcolor="#993300">
<tr>
<td width="600">This is a sample cell.</td>
<td width="100%">&nbsp;</td>
</tr>
</table>