Commit 510fa579 510fa579db561790bcb1a48bd0a6593a5680b7fe by Mickaël Andrieu

REFS #857 - Improved form.html from testsuite

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