Commit 04e11b5a 04e11b5a526b44fcf97c1b53a56c93157f5b3e77 by Nicolas Perriault

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

1 parent d4765c95
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CasperJS test form</title>
</head>
<body>
<form action="result.html" enctype="multipart/form-data">
<input type="text" name="foo[bar]">
<input type="text" name="foo[baz]">
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>