Index: chrome/test/data/autofill_heuristics/input/form_ru.html |
diff --git a/chrome/test/data/autofill_heuristics/input/form_ru.html b/chrome/test/data/autofill_heuristics/input/form_ru.html |
index bb213b9732cbd38620fe1e60760de11a2167f8cd..fddacefad1f2307559db5ee8c509b2c690fc7cc7 100644 |
--- a/chrome/test/data/autofill_heuristics/input/form_ru.html |
+++ b/chrome/test/data/autofill_heuristics/input/form_ru.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">Электронной Почты:</label> <input type="text" id="em"><br> |
<label for="ph">телефон:</label> <input type="text" id="ph"><br> |
<label for="fx">факс:</label> <input type="text" id="fx"><br> |
+ <label for="c1">Имя владельца карты:</label> <input type="text" id="c1"><br> |
+ <label for="c2">Номер кредитной карты:</label> <input type="text" id="c2"><br> |
+ <label for="c3">Срок действия карты :</label> <input type="text" id="c3"><br> |
+ <label for="c4">Срок действия карты :</label> <input type="text" id="c4"><br> |
</form> |
</body> |
</html> |