Commit 510fa579 510fa579db561790bcb1a48bd0a6593a5680b7fe by Mickaël Andrieu

REFS #857 - Improved form.html from testsuite

1 parent 0b6c9fb8
...@@ -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">
......