haikuwebkit/LayoutTests/fast/table/wide-colspan.html

16 lines
209 B
HTML

<table>
<tr>
<td colspan=2>
<img width=1600 height=50>
</td>
</tr>
<tr>
<td>
<img width=400 height=50>
</td>
<td>
<img width=400 height=50>
</td>
</tr>
</table>