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
510fa579
...
510fa579db561790bcb1a48bd0a6593a5680b7fe
authored
2014-03-15 14:54:48 +0100
by
Mickaël Andrieu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
REFS #857 - Improved form.html from testsuite
1 parent
0b6c9fb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tests/site/form.html
tests/site/form.html
View file @
510fa57
...
...
@@ -6,7 +6,7 @@
</head>
<body>
<form
action=
"result.html"
enctype=
"multipart/form-data"
>
<input
type=
"
text
"
name=
"email"
placeholder=
"email"
id=
"email"
>
<input
type=
"
email
"
name=
"email"
placeholder=
"email"
id=
"email"
>
<input
type=
"password"
name=
"password"
placeholder=
"password"
>
<input
type=
"text"
name=
"language"
placeholder=
"language"
>
<input
type=
"whatever"
name=
"strange"
>
...
...
Please
register
or
sign in
to post a comment