Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
04e11b5a
...
04e11b5a526b44fcf97c1b53a56c93157f5b3e77
authored
2012-11-05 13:21:15 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
refs #267 - forgot to add a file, as always
1 parent
d4765c95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
tests/site/field-array.html
tests/site/field-array.html
0 → 100644
View file @
04e11b5
<!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>
Please
register
or
sign in
to post a comment