gecko-dev/layout/html/tests/table/bugs/bug28933.html

11 строки
140 B
HTML

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