gecko-dev/layout/tables/crashtests/862624.html

20 строки
429 B
HTML

<!DOCTYPE html>
<html>
<body>
<table>
<tbody>
<tr>
<td colspan="0"></td>
</tr>
<tr>
<td rowspan="5" colspan="900"></td>
</tr>
<tr>
<td colspan="496"></td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>