Login — POST + type=text "password"
Same form shape as the canonical variant, but the password field is input[type="text"] + autocomplete="current-password". Tests whether the intermediary keys on the input type attribute or on the field name / autocomplete attribute. Visually: the password is in cleartext (no dots).
Submission target: POST /login/post. The field name is still password and autocomplete still hints "current-password" — only the input type attribute differs.