Clarify and update GN build flags docs.
[chromium-blink-merge.git] / chrome / test / data / autofill / autofill_confirmemail_form.html
blob91c4c43fec12704cfad604c8a90658b746641547
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!-- Autofill test form to verify both email address fields filled by one
3 profile selection. -->
4 <html>
5 <head>
6 <title>Autofill Confirm Email Form</title>
7 </head>
8 <body>
9 <h3>Autofill Confirm Email Form</h3>
10 <form name="testform" method="post" id="testform">
11 <p>
12 <label for="firstname">First Name:</label> <input type="text" id="NAME_FIRST"><br>
13 <label for="email">Email:</label> <input type="text" id="EMAIL_ADDRESS"><br>
14 <label for="email">Confirm Email:</label> <input type="text" id="EMAIL_CONFIRM"><br>
15 <label for="phone">Phone:</label> <input type="text" id="PHONE_HOME_WHOLE_NUMBER"><br>
16 <input type="submit" value="send"> <input type="reset">
17 </p>
18 </form>
19 </body>
20 </html>