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

Side by Side Diff: chrome/test/data/autofill/functional/duplicate_profiles_test.html

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix. Created 9 years, 3 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/autofill/functional/form_phones.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Autofill Form</title> 4 <title>Autofill Form</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <form id="testform" method="post"> 7 <form id="testform" method="post">
8 <p> 8 <p>
9 <!-- Profile --> 9 <!-- Profile -->
10 <!-- The form element names must match the keys in 10 <!-- The form element names must match the keys in
(...skipping 17 matching lines...) Expand all
28 <input type="text" id="ADDRESS_HOME_CITY" name="city"><br/> 28 <input type="text" id="ADDRESS_HOME_CITY" name="city"><br/>
29 <label for="ADDRESS_HOME_STATE">State:</label> 29 <label for="ADDRESS_HOME_STATE">State:</label>
30 <input type="text" id="ADDRESS_HOME_STATE" name="state"><br/> 30 <input type="text" id="ADDRESS_HOME_STATE" name="state"><br/>
31 <label for="ADDRESS_HOME_ZIP">Zip:</label> 31 <label for="ADDRESS_HOME_ZIP">Zip:</label>
32 <input type="text" id="ADDRESS_HOME_ZIP" name="zipcode"><br/> 32 <input type="text" id="ADDRESS_HOME_ZIP" name="zipcode"><br/>
33 33
34 <label for="ADDRESS_HOME_COUNTRY">Country:</label> 34 <label for="ADDRESS_HOME_COUNTRY">Country:</label>
35 <input type="text" id="ADDRESS_HOME_COUNTRY" name="country"><br/> 35 <input type="text" id="ADDRESS_HOME_COUNTRY" name="country"><br/>
36 <label for="PHONE_HOME_WHOLE_NUMBER">Phone:</label> 36 <label for="PHONE_HOME_WHOLE_NUMBER">Phone:</label>
37 <input type="text" id="PHONE_HOME_WHOLE_NUMBER" name="phone"><br/> 37 <input type="text" id="PHONE_HOME_WHOLE_NUMBER" name="phone"><br/>
38 <label for="PHONE_FAX_WHOLE_NUMBER">Fax:</label>
39 <input type="text" id="PHONE_FAX_WHOLE_NUMBER" name="fax"><br/>
40 <input type="submit" value="send"> <input type="reset"> 38 <input type="submit" value="send"> <input type="reset">
41 </p> 39 </p>
42 </form> 40 </form>
43 </body> 41 </body>
44 </html> 42 </html>
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/data/autofill/functional/form_phones.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698