Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: chrome/test/data/autofill/heuristics/input/01_misc_phones.html

Issue 7120008: Autofill heuristics regression suite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"> 4 <meta charset="UTF-8">
5 <title></title> 5 <title></title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <form action="http://www.google.com/" method="post"> 8 <form action="http://www.google.com/" method="post">
9 <label for="firstname">First name:</label> 9 <label for="firstname">First name:</label>
10 <input type="text" id="firstname"><br/> 10 <input type="text" id="firstname"><br/>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 - <input type="text" maxlength="4" name="hfax3b"> 66 - <input type="text" maxlength="4" name="hfax3b">
67 ext.: <input type="text" maxlength="5" name="hfax4"><br/> 67 ext.: <input type="text" maxlength="5" name="hfax4"><br/>
68 Fax: <input type="text" maxlength="2" name="hfax0c"> 68 Fax: <input type="text" maxlength="2" name="hfax0c">
69 ( <input type="text" maxlength="3" name="hfax1c"> ) 69 ( <input type="text" maxlength="3" name="hfax1c"> )
70 <input type="text" maxlength="3" name="hfax2c"> 70 <input type="text" maxlength="3" name="hfax2c">
71 - <input type="text" maxlength="4" name="hfax3c"> 71 - <input type="text" maxlength="4" name="hfax3c">
72 ext.: <input type="text" maxlength="5" name="hfax4c"><br/> 72 ext.: <input type="text" maxlength="5" name="hfax4c"><br/>
73 </form> 73 </form>
74 </body> 74 </body>
75 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698