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

Unified Diff: chrome/test/data/autofill/functional/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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill/functional/autofill_creditcard_form.html
===================================================================
--- chrome/test/data/autofill/functional/autofill_creditcard_form.html (revision 152427)
+++ chrome/test/data/autofill/functional/autofill_creditcard_form.html (working copy)
@@ -1,42 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!-- HTML credit card form used for testing Autofill preferences. -->
-<html>
- <head>
- <title>Autofill Credit Card Test Form</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- </head>
- <body>
- <form id="testform" method="post">
- <table>
- <tbody>
- <tr>
- <td>
- <label for="nameoncard">Name on Card</label>
- </td>
- <td>
- <input size="40" id="CREDIT_CARD_NAME"/>
- </td>
- </tr>
- <tr>
- <td>
- <label for="card_number">Card Number</label>
- </td>
- <td>
- <input size="40" id="CREDIT_CARD_NUMBER" name="card_number"/>
- </td>
- </tr>
- <tr>
- <td>
- <label>Expiration Date</label>
- </td>
- <td>
- <input size="2" id="CREDIT_CARD_EXP_MONTH" name="ccmonth"> <input size="4" id="CREDIT_CARD_EXP_4_DIGIT_YEAR" name="ccyear"/>
- </td>
- </tr>
- </tbody>
- </table>
- <input type="submit" value="Submit">
- </form>
- </body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698