Chromium Code Reviews| Index: chrome/test/data/autofill_heuristics/input/form_de.html |
| diff --git a/chrome/test/data/autofill_heuristics/input/form_de.html b/chrome/test/data/autofill_heuristics/input/form_de.html |
| index ee7e0efed9c7f3ee06892d18f08d1b32511bd25d..05b6a50d6d5958fcbf519d50e29fe7eb616b497d 100644 |
| --- a/chrome/test/data/autofill_heuristics/input/form_de.html |
| +++ b/chrome/test/data/autofill_heuristics/input/form_de.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"/> |
|
jungshik at Google
2011/01/11 19:52:13
Just a thought (it does not matter at all): Perhap
dhollowa
2011/01/11 20:07:08
Done. Ya, nicer.
|
| <title></title> |
| </head> |
| <body> |
| @@ -16,6 +17,10 @@ |
| <label for="em">E-Mail-Adresse:</label> <input type="text" id="em"><br> |
| <label for="ph">Telefonnummer:</label> <input type="text" id="ph"><br> |
| <label for="fx">Fax-Nummer:</label> <input type="text" id="fx"><br> |
| + <label for="c1">Karteninhaber:</label> <input type="text" id="c1"><br> |
| + <label for="c2">Kartennummer:</label> <input type="text" id="c2"><br> |
| + <label for="c3">gültig bis monat:</label> <input type="text" id="c3"><br> |
| + <label for="c4">gültig bis jahr:</label> <input type="text" id="c4"><br> |
| </form> |
| </body> |
| </html> |