Mozilla/mozilla/content/html/document/test/bug448564-iframe-1.html
mrbkap%gmail.com 24bd801bae Fixing build bustage from the checkin from bug 448564.
git-svn-id: svn://10.0.0.236/trunk@255089 18797224-902f-48f8-a5cc-f745e15eee43
2008-11-18 05:33:58 +00:00

17 lines
372 B
HTML

<html>
<body>
<table>
<form action="bug448564-echo.sjs" method="GET">
<tr><td><input name="a" value="aval"></td></tr>
<input type="hidden" name="b" value="bval">
<input name="c" value="cval">
<tr><td><input name="d" value="dval" type="submit"></td></tr>
</form>
</table>
<script src="bug448564-submit.js"></script>
</body>
</html>