Clarify and update GN build flags docs.
[chromium-blink-merge.git] / chrome / test / data / password / login_signup_form.html
blob7912bafaaae4a062779dd33855fd2f59070a4222
1 <html>
2 <body>
3 <form method="POST" action="done.html" id="testform">
4 <input type="hidden" id="gets_ignored">
5 <input type="text" id="username">
6 <input type="password" id="password">
7 <input type="text" id="username2">
8 <input type="text" id="a">
9 <input type="text" id="b">
10 <input type="text" id="c">
11 <input type="password" id="password2">
12 <input type="hidden" id="gets_ignored_too">
13 <input type="password" id="password3">
14 <input type="submit" id="submit">
15 </form>
16 </body>
17 </html>