Index: chrome/test/data/autofill_heuristics/input/form_zh_cn.html |
diff --git a/chrome/test/data/autofill_heuristics/input/form_zh_cn.html b/chrome/test/data/autofill_heuristics/input/form_zh_cn.html |
index 90ba495270c21bcadf0a0940ac3619a2ff51940b..dd24124faf25ce0e04c3f98859dfd1115676a044 100644 |
--- a/chrome/test/data/autofill_heuristics/input/form_zh_cn.html |
+++ b/chrome/test/data/autofill_heuristics/input/form_zh_cn.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> |
@@ -15,6 +16,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> |