RetroZilla/layout/html/tests/table/bugs/bug4429.html

8 lines
217 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<FORM METHOD="GET" ACTION="http://search.yahoo.com/bin/search" NAME="searchform">
<TABLE border=1>
<TR>
<td> <INPUT TYPE=HIDDEN NAME="zip2" VALUE = "">foo</td></tr>
</table>
<input type=submit name=submit>
</form>