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

Unified Diff: chrome/test/data/autofill_heuristics/input/form_es.html

Issue 6113005: Autofill i18n heuristics regular expressions should include credit cards (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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_heuristics/input/form_es.html
diff --git a/chrome/test/data/autofill_heuristics/input/form_es.html b/chrome/test/data/autofill_heuristics/input/form_es.html
index 8d3693912c40fc56f3f4b9c115d326dc941776d4..92b4841e0ea72e1b3c617eadcec484d8d4a3d9a0 100644
--- a/chrome/test/data/autofill_heuristics/input/form_es.html
+++ b/chrome/test/data/autofill_heuristics/input/form_es.html
@@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title></title>
</head>
<body>
@@ -16,6 +17,10 @@
<label for="em">E-mail:</label> <input type="text" id="em"><br>
<label for="ph">Teléfono:</label> <input type="text" id="ph"><br>
<label for="fx">Fax:</label> <input type="text" id="fx"><br>
+ <label for="c1">Nombre de Tarjeta:</label> <input type="text" id="c1"><br>
+ <label for="c2">Número de Tarjeta:</label> <input type="text" id="c2"><br>
+ <label for="c3">Fecha de Expiración:</label> <input type="text" id="c3"><br>
+ <label for="c4">Fecha de Expiración:</label> <input type="text" id="c4"><br>
</form>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698