Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <html>
2 <body>
4 <form action="bug448564-echo.sjs" method="GET">
5 <table>
6 <tr><td><input name="a" value="aval"></td></tr>
7 <input type="hidden" name="b" value="bval">
8 <input name="c" value="cval">
9 <tr><td><input name="d" value="dval" type="submit"></td></tr>
10 </table>
11 </form>
13 <script src="bug448564-submit.js"></script>
15 </body>
16 </html>