| Index: chrome/test/data/autofill_heuristics/input/form_pt.html
|
| diff --git a/chrome/test/data/autofill_heuristics/input/form_pt.html b/chrome/test/data/autofill_heuristics/input/form_pt.html
|
| index 4a986a094ffee0a29bb196e389a7a1da65d90be0..47031d8bc6e1d655ad49f206c3b965992f6c3f47 100644
|
| --- a/chrome/test/data/autofill_heuristics/input/form_pt.html
|
| +++ b/chrome/test/data/autofill_heuristics/input/form_pt.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">Telefone:</label> <input type="text" id="ph"><br>
|
| <label for="fx">Fax Number:</label> <input type="text" id="fx"><br>
|
| + <label for="c1">Nome do cartão:</label> <input type="text" id="c1"><br>
|
| + <label for="c2">Número do cartão:</label> <input type="text" id="c2"><br>
|
| + <label for="c3">Data de validade:</label> <input type="text" id="c3"><br>
|
| + <label for="c4">Data de validade:</label> <input type="text" id="c4"><br>
|
| </form>
|
| </body>
|
| </html>
|
|
|