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

Unified Diff: chrome/test/data/autofill_heuristics/output/form_en.out

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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill_heuristics/output/form_en.out
===================================================================
--- chrome/test/data/autofill_heuristics/output/form_en.out (revision 0)
+++ chrome/test/data/autofill_heuristics/output/form_en.out (revision 0)
@@ -0,0 +1,12 @@
+data:text/html;charset=utf-8,<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="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>
dhollowa 2010/12/13 22:11:30 This first line should be removed. (Along with th
vivianz 2010/12/14 22:25:14 On 2010/12/13 22:11:30, dhollowa wrote: Done.
+NAME_FIRST
+NAME_LAST
+COMPANY_NAME
+ADDRESS_HOME_LINE1
+ADDRESS_HOME_LINE2
+ADDRESS_HOME_CITY
+ADDRESS_HOME_ZIP
+ADDRESS_HOME_STATE
+EMAIL_ADDRESS
+PHONE_HOME_WHOLE_NUMBER
+PHONE_FAX_WHOLE_NUMBER

Powered by Google App Engine
This is Rietveld 408576698