RetroZilla/layout/html/tests/table/bugs/bug28933.html
2015-10-20 23:03:22 -04:00

11 lines
140 B
HTML

<title>test</title>
<table style='border-collapse:collapse;'>
<tr>
<td rowspan=2></td>
</tr>
<tr>
<td></td>
</tr>
</table>