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

Unified Diff: chrome/test/data/autofill/cc_autocomplete_off_test.html

Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: defined(TOOLKIT_VIEWS) -> defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX). Created 5 years, 2 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/cc_autocomplete_off_test.html
diff --git a/chrome/test/data/autofill/cc_autocomplete_off_test.html b/chrome/test/data/autofill/cc_autocomplete_off_test.html
deleted file mode 100644
index 8d36a03f1c672cdb1b771a020f9cc01a00029949..0000000000000000000000000000000000000000
--- a/chrome/test/data/autofill/cc_autocomplete_off_test.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!-- Autofill credit card test form where autocomplete is off for the card number field. -->
-<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 autocomplete="off" size="40" id="CREDIT_CARD_NUMBER" name="card_number"/>
- </td>
- </tr>
-
- <tr>
- <td>
- <label>Expiration Date</label>
- </td>
- <td>
- <input size="2" name="ccmonth" id="CREDIT_CARD_EXP_MONTH"> <input size="4" name="ccyear" id="CREDIT_CARD_EXP_4_DIGIT_YEAR" />
- </td>
- </tr>
- </tbody>
- </table>
- <input type="submit" value="Submit">
- </form>
- </body>
-</html>
-
« no previous file with comments | « chrome/test/base/test_browser_window.cc ('k') | components/autofill/core/browser/autofill_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698