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

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

Issue 1694443004: [Autofill] Add credit card first and last name heuristics predictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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/autofill_creditcard_form.html
diff --git a/chrome/test/data/autofill/autofill_creditcard_form.html b/chrome/test/data/autofill/autofill_creditcard_form.html
index 0ba3649f53f837515ddb87d577e58768640cbc66..06ca7d4b7a13f72f7d5952075c13915704d06923 100644
--- a/chrome/test/data/autofill/autofill_creditcard_form.html
+++ b/chrome/test/data/autofill/autofill_creditcard_form.html
@@ -14,7 +14,7 @@
<label for="nameoncard">Name on Card</label>
</td>
<td>
- <input size="40" id="CREDIT_CARD_NAME"/>
+ <input size="40" id="CREDIT_CARD_NAME_FULL"/>
</td>
</tr>
<tr>

Powered by Google App Engine
This is Rietveld 408576698