Chromium Code Reviews| Index: chrome/test/data/autofill/heuristics/input/form_phones_en.html |
| =================================================================== |
| --- chrome/test/data/autofill/heuristics/input/form_phones_en.html (revision 0) |
| +++ chrome/test/data/autofill/heuristics/input/form_phones_en.html (revision 0) |
| @@ -0,0 +1,75 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <meta charset="UTF-8"> |
| + <title></title> |
| + </head> |
| + <body> |
| + <form action="http://www.google.com/" method="post"> |
| + <label for="firstname">First name:</label> |
| + <input type="text" id="firstname"><br/> |
| + <label for="lastname">Last name:</label> |
| + <input type="text" id="lastname"><br/> |
| + <label for="address">Address:</label> |
| + <input type="text" id="address"><br/> |
| + <label for="city">City:</label> |
| + <input type="text" id="city"><br/> |
| + <label for="state">State:</label> |
| + <input type="text" id="state"><br/> |
| + <label for="zip">Zip:</label> |
| + <input type="text" id="zip"><br/> |
| + |
| + <label for="phone">Phone:</label> |
| + <input type="text" id="phone"><br/> |
| + Area Code: <input type="text" id="areacode1"> |
| + Phone: <input type="text" id="phone1"><br/> |
| + Phone: <img src="https://securepics.ebaystatic.com/aw/pics/s.gif" width="1"> |
|
dhollowa
2011/02/16 00:25:37
Let's get rid of the <img> elements. They're not
GeorgeY
2011/02/16 20:53:34
Done.
|
| + <input type="text" maxlength="3" name="hphone1"> |
| + - <input type="text" maxlength="3" name="hphone2"> |
| + - <input type="text" maxlength="4" name="hphone3"> |
| + ext.: <input type="text" maxlength="5" name="hphone4"><br/> |
| + Phone:<img src="https://securepics.ebaystatic.com/aw/pics/s.gif" width="1"> |
| + ( <input type="text" maxlength="3" name="hphone1a"> ) |
| + <input type="text" maxlength="3" name="hphone2a"> |
| + - <input type="text" maxlength="4" name="hphone3a"> |
| + ext.: <input type="text" maxlength="5" name="hphone4a"><br/> |
| + Phone: <img src="https://securepics.ebaystatic.com/aw/pics/s.gif" width="1"> |
| + <input type="text" maxlength="2" name="hphone1b"> |
| + <input type="text" maxlength="3" name="hphone1b"> |
| + - <input type="text" maxlength="3" name="hphone2b"> |
| + - <input type="text" maxlength="4" name="hphone3b"> |
| + ext.: <input type="text" maxlength="5" name="hphone4b"><br/> |
| + Phone: <img src="https://securepics.ebaystatic.com/aw/pics/s.gif" width="1"> |
| + <input type="text" maxlength="2" name="hphone1c"> |
| + ( <input type="text" maxlength="3" name="hphone1c"> ) |
| + <input type="text" maxlength="3" name="hphone2c"> |
| + - <input type="text" maxlength="4" name="hphone3c"> |
| + ext.: <input type="text" maxlength="5" name="hphone4c"><br/> |
| + |
| + Fax: <input type="text" id="fax"><br/> |
| + Area Code: <input type="text" id="faxareacode1"> |
| + Fax: <input type="text" id="fax1"><br/> |
| + Fax: <img src="https://securepics.ebaystatic.com/aw/pics/s.gif" width="1"> |
| + <input type="text" maxlength="3" name="hfax1"> |
| + - <input type="text" maxlength="3" name="hfax2"> |
| + - <input type="text" maxlength="4" name="hfax3"> |
| + ext.: <input type="text" maxlength="5" name="hfax4"><br/> |
| + Fax: <img src="https://securepics.ebaystatic.com/aw/pics/s.gif" width="1"> |
| + ( <input type="text" maxlength="3" name="hfax1a"> ) |
| + <input type="text" maxlength="3" name="hfax2a"> |
| + - <input type="text" maxlength="4" name="hfax3a"> |
| + ext.: <input type="text" maxlength="5" name="hfax4a"><br/> |
| + Fax: <img src="https://securepics.ebaystatic.com/aw/pics/s.gif" width="1"> |
| + <input type="text" maxlength="2" name="hfax0b"> |
| + <input type="text" maxlength="3" name="hfax1b"> |
| + - <input type="text" maxlength="3" name="hfax2b"> |
| + - <input type="text" maxlength="4" name="hfax3b"> |
| + ext.: <input type="text" maxlength="5" name="hfax4"><br/> |
| + Fax: <input type="text" maxlength="2" name="hfax0c"> |
| + ( <input type="text" maxlength="3" name="hfax1c"> ) |
| + <input type="text" maxlength="3" name="hfax2c"> |
| + - <input type="text" maxlength="4" name="hfax3c"> |
| + ext.: <input type="text" maxlength="5" name="hfax4c"><br/> |
| + </form> |
| + </body> |
| +</html> |
| Property changes on: chrome\test\data\autofill\heuristics\input\form_phones_en.html |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |