Index: chrome/test/data/autofill_heuristics/input/form_zh_tw.html |
diff --git a/chrome/test/data/autofill_heuristics/input/form_zh_tw.html b/chrome/test/data/autofill_heuristics/input/form_zh_tw.html |
index ed3a3673edf5bb3df1a640cb5dddd26b54c627c3..f470880f246daa2daa1bc9b314f2cbb687e4fc3d 100644 |
--- a/chrome/test/data/autofill_heuristics/input/form_zh_tw.html |
+++ b/chrome/test/data/autofill_heuristics/input/form_zh_tw.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">電郵地址:</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> |