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

Unified Diff: chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_advanced.out

Issue 1583563003: [Autofill] Parse forms that have autocomplete attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed android compile and browser test Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_advanced.out
diff --git a/chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_advanced.out b/chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_advanced.out
index 5c8f2b4b093e74b355c5f6b84dde362091f2e4e9..68b7d8d7f14364865fc656c5de5c699e7a108fc7 100644
--- a/chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_advanced.out
+++ b/chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_advanced.out
@@ -2,11 +2,11 @@ HTML_TYPE_NAME | 1.n | | | -default-default
HTML_TYPE_EMAIL | 1.e | | | -default-default
HTML_TYPE_ADDRESS_LINE1 | 1.a | | | one-shipping-default
UNKNOWN_TYPE | 2.name | | | 2.name_1-default
-UNKNOWN_TYPE | 2.email | | | 2.name_1-default
+EMAIL_ADDRESS | 2.email | | | 2.name_1-default
HTML_TYPE_TEL | 2.t | | | 2.name_1-default
UNKNOWN_TYPE | 2.address | | | 2.name_1-default
UNKNOWN_TYPE | 3.name | | | 3.name_1-default
-UNKNOWN_TYPE | 3.email | | | 3.name_1-default
+EMAIL_ADDRESS | 3.email | | | 3.name_1-default
UNKNOWN_TYPE | 3.o | | | 3.name_1-default
UNKNOWN_TYPE | 3.address | | | 3.name_1-default
PHONE_HOME_WHOLE_NUMBER | 4.phone | | | 4.phone_1-default
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | components/autofill/core/browser/autofill_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698