Not only will they look for type = password, they will also look for common names for usernames and passwords.
For example, most browsers will define the following field names as login information.
<input name="login" type=text>
<input name="user" type=text>
<input name="username" type=text>
<input name="passwd" type="password">
<input name="pass" type="password">
<input name="password" type="password">
source
share