RetroZilla/layout/html/tests/table/interactive/bug92647.html
2015-10-20 23:03:22 -04:00

21 lines
276 B
HTML

<HTML>
<BODY>
hit the button
<BR>
<TABLE border="1">
<TR>
<TD>
<TABLE border="1">
<TR>
<TD WIDTH="30%"></TD>
<TD WIDTH="70%"><INPUT TYPE=button></TD>
<TD></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>