Clarify and update GN build flags docs.
[chromium-blink-merge.git] / chrome / test / data / password / password_autocomplete_off_test.html
blob902409ade13725f83fa6e3801ce4f02462dd47b0
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!-- Password test form where autocomplete is off for the password field. -->
3 <html>
4 <head>
5 <title>Password Test Form</title>
6 </head>
7 <body>
8 <form id="loginform" action="google.com" method="post">
9 <table cellspacing="3" cellpadding="5" border="0">
10 <tbody>
11 <tr><td>Username:</td><td align="left"><input type="text" name="Email" id="Email" size="18" value=""></td></tr>
12 <tr><td>Password:</td><td align="left"><input autocomplete="off" type="password" name="Passwd" id="Passwd" size="18"></td></tr>
13 <tr><td></td><td align="left"><input type="submit" class="button" name="signIn" id="signIn" value="Sign in"></td></tr>
14 </tbody>
15 </table>
16 </form>
17 </body>
18 </html>