Index: chrome/test/data/autofill_heuristics/input/form_en.html |
diff --git a/chrome/test/data/autofill_heuristics/input/form_en.html b/chrome/test/data/autofill_heuristics/input/form_en.html |
index 0603615cc84994bfe8d91fb2042c32ba55d545ee..f0aa34357dd241de13374da15d799ed499b53ff9 100644 |
--- a/chrome/test/data/autofill_heuristics/input/form_en.html |
+++ b/chrome/test/data/autofill_heuristics/input/form_en.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">Email:</label> <input type="text" id="em"><br> |
<label for="ph">Phone Number:</label> <input type="text" id="ph"><br> |
<label for="fx">Fax Number:</label> <input type="text" id="fx"><br> |
+ <label for="c1">Name on card:</label> <input type="text" id="c1"><br> |
jungshik at Google
2011/01/11 19:52:13
again not related to this CL (sorry for digressing
dhollowa
2011/01/11 20:07:08
We have a number of unit tests for testing other t
|
+ <label for="c2">Card Number:</label> <input type="text" id="c2"><br> |
+ <label for="c3">Expiration Month:</label> <input type="text" id="c3"><br> |
+ <label for="c4">Expiration Year:</label> <input type="text" id="c4"><br> |
</form> |
</body> |
</html> |