about summary refs log blame commit diff stats
path: root/test/layout/table-rowspan.html
blob: 60720a1fb9342fc4f679bff9b284c59c7cd65343 (plain) (tree)





























                             
<!DOCTYPE HTML>
<TABLE>
<TR>
<TD>
row 1, cell 1
</TD>
<TD ROWSPAN=3>
rowspan 3 (centered on row 2)
</TD>
<TD>
row 1, cell 3
</TD>
</TR>
<TR>
<TD>
row 2, cell 1
</TD>
<TD>
row 2, cell 3
</TD>
</TR>
<TR>
<TD>
row 3, cell 1
</TD>
<TD>
row 3, cell 3
</TD>
</TR>
</TABLE>