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

Side by Side Diff: chrome/test/data/autofill_heuristics/input/form_en.html

Issue 5781005: Upgrade autofill interactive_ui_test from BasicFormStructure test to I18NForm... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years 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
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title></title>
5 </head>
6 <body>
7 <form action="http://www.google.com/" method="post">
8 <label for="firstname">First name:</label> <input type="text" id="firstnam e"><br>
9 <label for="lastname">Last name:</label> <input type="text" id="lastname"> <br>
10 <label for="company">Company Name:</label> <input type="text" id="company" ><br>
11 <label for="address1">Address line 1:</label> <input type="text" id="addre ss1"><br>
12 <label for="address2">Address line 2:</label> <input type="text" id="addre ss2"><br>
13 <label for="city">City:</label> <input type="text" id="city"><br>
14 <label for="zip">Zip Code:</label> <input type="text" id="zip"><br>
15 <label for="state">State:</label> <input type="text" id="state"><br>
16 <label for="email">Email:</label> <input type="text" id="email"><br>
17 <label for="phone">Phone Number:</label> <input type="text" id="phone"><br >
18 <label for="fax">Fax Number:</label> <input type="text" id="fax"><br>
19 </form>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « chrome/browser/autofill/form_structure_browsertest.cc ('k') | chrome/test/data/autofill_heuristics/output/form_en.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698