Commit 04e11b5a 04e11b5a526b44fcf97c1b53a56c93157f5b3e77 by Nicolas Perriault

refs #267 - forgot to add a file, as always:tm:

1 parent d4765c95
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>CasperJS test form</title>
6 </head>
7 <body>
8 <form action="result.html" enctype="multipart/form-data">
9 <input type="text" name="foo[bar]">
10 <input type="text" name="foo[baz]">
11 <input type="submit" name="submit" value="submit">
12 </form>
13 </body>
14 </html>