Side by Side Diff: chrome/test/data/autofill/heuristics/output/bug_447332.out
Issue 853523004:
Autofill: Set requirements for number of recognized fields in an autofillable form (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, change variable name
Created 5 years, 10 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1 UNKNOWN_TYPE | test0 | I intend to address this | | test0_1-default
2 UNKNOWN_TYPE | test1 | I can haz city | | test0_1-default
3 UNKNOWN_TYPE | test2 | State your intentions | | test0_1-default
Ilya Sherman
2015/01/28 19:30:23
Why are these all parsed as unknown, if we need at
Why are these all parsed as unknown, if we need at least three fields to detect
a form as autofillable? There are three "gotcha" fields, afaict. Is there an
off-by-one error somewhere, or is this test not quite testing what you'd
intended for it to test?
Lei Zhang
2015/01/28 19:46:42
The input fields are <textarea>'s just like on Goo
On 2015/01/28 19:30:23, Ilya Sherman wrote:
> Why are these all parsed as unknown, if we need at least three fields to
detect
> a form as autofillable? There are three "gotcha" fields, afaict. Is there an
> off-by-one error somewhere, or is this test not quite testing what you'd
> intended for it to test?
The input fields are <textarea>'s just like on Google Docs. Autofill only looks
for addresses in <textarea> tags, but not city/state. Thus the input really
parses to HOME_ADDRESS/UNKNOWN/UNKNOWN/UNKNOWN, which then gets rejected.
Issue 853523004: Autofill: Set requirements for number of recognized fields in an autofillable form
(Closed)
Created 5 years, 11 months ago by Lei Zhang
Modified 5 years, 10 months ago
Reviewers: Evan Stade, Ilya Sherman
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 46