Commit b76a1cf5 b76a1cf52b75fcc1c2f70a517f2f238cc1d82412 by Mickaël Andrieu

Merge pull request #860 from mickaelandrieu/master

REFS #857 - Improved form.html from testsuite
2 parents 0b6c9fb8 510fa579
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 </head> 6 </head>
7 <body> 7 <body>
8 <form action="result.html" enctype="multipart/form-data"> 8 <form action="result.html" enctype="multipart/form-data">
9 <input type="text" name="email" placeholder="email" id="email"> 9 <input type="email" name="email" placeholder="email" id="email">
10 <input type="password" name="password" placeholder="password"> 10 <input type="password" name="password" placeholder="password">
11 <input type="text" name="language" placeholder="language"> 11 <input type="text" name="language" placeholder="language">
12 <input type="whatever" name="strange"> 12 <input type="whatever" name="strange">
......