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
313bb42d
...
313bb42d9e87f4b2741d28e6318095fe0b227fb8
authored
2012-06-15 22:05:36 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added missing file
1 parent
820b68b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
tests/site/multiple-forms.html
tests/site/multiple-forms.html
0 → 100644
View file @
313bb42
<!DOCTYPE html>
<html>
<head>
<title>
Multiple forms test
</title>
</head>
<body>
<form
name=
"f1"
>
<input
type=
"hidden"
name=
"f"
value=
"f1"
>
<input
type=
"text"
name=
"yo"
>
</form>
<form
name=
"f2"
>
<input
type=
"hidden"
name=
"f"
value=
"f2"
>
<input
type=
"text"
name=
"yo"
>
</form>
</body>
</html>
Please
register
or
sign in
to post a comment