tenfourfox/layout/tables/crashtests/374819-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
166 B
HTML

<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td>A B</td>
<td>C</td>
</tr>
<tr>
<td width="100" colspan="3">D</td>
</tr>
</table>
</body>
</html>