haikuwebkit/LayoutTests/fast/table/036.html

8 lines
312 B
HTML

<TABLE width="645" height="100%" cellpadding=0 cellspacing=0 border=0>
<TR>
<TD valign="top" height="1%"><div style="border:2px solid red">i am the text of the first row</div></TD>
</TR>
<TR>
<TD valign="top"><div style="border:2px solid red">i am the text of the second row</div></TD>
</TR>
</TABLE>