Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: chrome/test/data/autofill/autofill_confirmemail_form.html

Issue 10855253: Convert the autofill pyauto tests to browser tests, and remove all the supporting automation hooks … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <!-- Autofill test form to verify both email address fields filled by one 2 <!-- Autofill test form to verify both email address fields filled by one
3 profile selection. --> 3 profile selection. -->
4 <html> 4 <html>
5 <head> 5 <head>
6 <title>Autofill Confirm Email Form</title> 6 <title>Autofill Confirm Email Form</title>
7 </head> 7 </head>
8 <body> 8 <body>
9 <h3>Autofill Confirm Email Form</h3> 9 <h3>Autofill Confirm Email Form</h3>
10 <form name="testform" method="post" id="testform"> 10 <form name="testform" method="post" id="testform">
11 <p> 11 <p>
12 <label for="firstname">First Name:</label> <input type="text" id="NAME_FIR ST"><br> 12 <label for="firstname">First Name:</label> <input type="text" id="NAME_FIR ST"><br>
13 <label for="email">Email:</label> <input type="text" id="EMAIL_ADDRESS"><b r> 13 <label for="email">Email:</label> <input type="text" id="EMAIL_ADDRESS"><b r>
14 <label for="email">Confirm Email:</label> <input type="text" id="EMAIL_CON FIRM"><br> 14 <label for="email">Confirm Email:</label> <input type="text" id="EMAIL_CON FIRM"><br>
15 <label for="phone">Phone:</label> <input type="text" id="PHONE_HOME_WHOLE_ NUMBER"><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"> 16 <input type="submit" value="send"> <input type="reset">
17 </p> 17 </p>
18 </form> 18 </form>
19 </body> 19 </body>
20 </html> 20 </html>
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698