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 @@
</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">
......