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

Side by Side Diff: chrome/test/data/autofill/autofill_creditcard_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 <!-- HTML credit card form used for testing Autofill preferences. --> 2 <!-- HTML credit card form used for testing Autofill preferences. -->
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>Autofill Credit Card Test Form</title> 5 <title>Autofill Credit Card Test Form</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 </head> 7 </head>
8 <body> 8 <body>
9 <form id="testform" method="post"> 9 <form id="testform" method="post">
10 <table> 10 <table>
(...skipping 22 matching lines...) Expand all
33 <input size="2" id="CREDIT_CARD_EXP_MONTH" name="ccmonth"> <input size="4 " id="CREDIT_CARD_EXP_4_DIGIT_YEAR" name="ccyear"/> 33 <input size="2" id="CREDIT_CARD_EXP_MONTH" name="ccmonth"> <input size="4 " id="CREDIT_CARD_EXP_4_DIGIT_YEAR" name="ccyear"/>
34 </td> 34 </td>
35 </tr> 35 </tr>
36 </tbody> 36 </tbody>
37 </table> 37 </table>
38 <input type="submit" value="Submit"> 38 <input type="submit" value="Submit">
39 </form> 39 </form>
40 </body> 40 </body>
41 </html> 41 </html>
42 42
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/autofill_confirmemail_form.html ('k') | chrome/test/data/autofill/autofill_middleinit_form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698