Index: chrome/test/data/autofill_heuristics/input/form_fr.html |
diff --git a/chrome/test/data/autofill_heuristics/input/form_fr.html b/chrome/test/data/autofill_heuristics/input/form_fr.html |
index 811653da5036e8b729921527d8ad4c966fdc97d6..d92aa545f105b49e7c98f3ac5ea5d87bbd28cb90 100644 |
--- a/chrome/test/data/autofill_heuristics/input/form_fr.html |
+++ b/chrome/test/data/autofill_heuristics/input/form_fr.html |
@@ -1,6 +1,7 @@ |
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
+<!DOCTYPE html> |
<html> |
<head> |
+ <meta charset="UTF-8"> |
<title></title> |
</head> |
<body> |
@@ -16,6 +17,10 @@ |
<label for="em">Email:</label> <input type="text" id="em"><br> |
<label for="ph">Téléphone Fixe:</label> <input type="text" id="ph"><br> |
<label for="fx">Télécopie:</label> <input type="text" id="fx"><br> |
+ <label for="c1">Nom complet du détenteur de la carte:</label> <input type="text" id="c1"><br> |
+ <label for="c2">Numéro:</label> <input type="text" id="c2"><br> |
+ <label for="c3">Date d'expiration:</label> <input type="text" id="c3"><br> |
+ <label for="c4">Date d'expiration:</label> <input type="text" id="c4"><br> |
</form> |
</body> |
</html> |