refs #267 - forgot to add a file, as always
Showing
1 changed file
with
14 additions
and
0 deletions
tests/site/field-array.html
0 → 100644
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> |
-
Please register or sign in to post a comment