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

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

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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 <form>
2 <label for="test0">I intend to address this</label>
3 <textarea name="test0"></textarea>
4 <label for="test1">I can haz city</label>
5 <textarea name="test1"></textarea>
6 <label for="test2">State your intentions</label>
7 <textarea name="test2"></textarea>
8 <label for="test3">Test3</label>
9 <textarea name="test3"></textarea>
10 </form>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698