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

74 lines
1.2 KiB
HTML

<html><head></head><body>
<table border cellspacing=5>
<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>
<BR>
<table border cellspacing=5>
<tr>
<td>foo
<td>bar
</tr>
<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>
<BR>
<table border cellspacing=5>
<tr>
<td>Click name to see
<td rowspan=3 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>
<BR>
<table border cellspacing=5>
<tr>
<td>foo
<td>bar
</tr>
<tr>
<td>Click name to see
<td rowspan=3 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>