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

Side by Side Diff: chrome/test/data/autofill/form_phones.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> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <title>Autofill phone fields test form</title> 5 <title>Autofill phone fields test form</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <form id="testform" method="post"> 8 <form id="testform" method="post">
9 <label for="NAME_FIRST">First name:</label> 9 <label for="NAME_FIRST">First name:</label>
10 <input type="text" id="NAME_FIRST"><br/> 10 <input type="text" id="NAME_FIRST"><br/>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <input type="text" maxlength="3" id="PHONE_HOME_CITY_CODE-3"> 46 <input type="text" maxlength="3" id="PHONE_HOME_CITY_CODE-3">
47 <label for="PHONE_HOME_NUMBER_3-2"> - </label> 47 <label for="PHONE_HOME_NUMBER_3-2"> - </label>
48 <input type="text" maxlength="3" id="PHONE_HOME_NUMBER_3-2"> 48 <input type="text" maxlength="3" id="PHONE_HOME_NUMBER_3-2">
49 <label for="PHONE_HOME_NUMBER_4-2"> - </label> 49 <label for="PHONE_HOME_NUMBER_4-2"> - </label>
50 <input type="text" maxlength="4" id="PHONE_HOME_NUMBER_4-2"> 50 <input type="text" maxlength="4" id="PHONE_HOME_NUMBER_4-2">
51 <label for="PHONE_HOME_EXT-2">ext.:</label> 51 <label for="PHONE_HOME_EXT-2">ext.:</label>
52 <input type="text" maxlength="5" id="PHONE_HOME_EXT-2"><br/> 52 <input type="text" maxlength="5" id="PHONE_HOME_EXT-2"><br/>
53 </form> 53 </form>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698