Index: chrome/test/data/autofill_heuristics/input/form_ja.html |
diff --git a/chrome/test/data/autofill_heuristics/input/form_ja.html b/chrome/test/data/autofill_heuristics/input/form_ja.html |
index 7d49521feac1e875252570414202ee3d7cbd1f30..aa76efb015082bd7613e39334f1b0de089b2b703 100644 |
--- a/chrome/test/data/autofill_heuristics/input/form_ja.html |
+++ b/chrome/test/data/autofill_heuristics/input/form_ja.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> |