haikuwebkit/LayoutTests/tables/mozilla/bugs/bug2757.html

18 lines
310 B
HTML

<html><head></head><body>
<table border cellspacing=2>
<tr>
<td>Click name to see
<td rowspan=2 bgcolor=00ff00>Mac Clbr Opt
</tr>
<tr>
<B> <!-- these bold tags break the table -->
<td>Guilty
</B>
</tr>
<tr>
<td>&nbsp;
<td bgcolor=yellow>L C
</tr>
</table>
</body></html>