Chromium Code Reviews| Index: chrome/test/data/autofill_heuristics/input/form_en.html | 
| =================================================================== | 
| --- chrome/test/data/autofill_heuristics/input/form_en.html (revision 0) | 
| +++ chrome/test/data/autofill_heuristics/input/form_en.html (revision 0) | 
| @@ -0,0 +1,21 @@ | 
| +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 
| +<html> | 
| + <head> | 
| + <title></title> | 
| + </head> | 
| + <body> | 
| + <form action="http://www.google.com/" method="post"> | 
| + <label for="firstname">First name:</label> <input type="text" id="firstname"><br> | 
| 
 
Ilya Sherman
2010/12/15 10:58:32
nit: It would be great to keep these files to the
 
dhollowa
2010/12/15 15:24:01
No, I disagree.  This is data.  We want to be able
 
vivianz
2010/12/15 23:31:37
On 2010/12/15 10:58:32, Ilya Sherman wrote:
i wil
 
 | 
| + <label for="lastname">Last name:</label> <input type="text" id="lastname"><br> | 
| + <label for="company">Company Name:</label> <input type="text" id="company"><br> | 
| + <label for="address1">Address line 1:</label> <input type="text" id="address1"><br> | 
| + <label for="address2">Address line 2:</label> <input type="text" id="address2"><br> | 
| + <label for="city">City:</label> <input type="text" id="city"><br> | 
| + <label for="zip">Zip Code:</label> <input type="text" id="zip"><br> | 
| + <label for="state">State:</label> <input type="text" id="state"><br> | 
| + <label for="email">Email:</label> <input type="text" id="email"><br> | 
| + <label for="phone">Phone Number:</label> <input type="text" id="phone"><br> | 
| + <label for="fax">Fax Number:</label> <input type="text" id="fax"><br> | 
| + </form> | 
| + </body> | 
| +</html> |