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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill/heuristics/input/bug_447332.html
diff --git a/chrome/test/data/autofill/heuristics/input/bug_447332.html b/chrome/test/data/autofill/heuristics/input/bug_447332.html
new file mode 100644
index 0000000000000000000000000000000000000000..574834bec1b5dcec2b439d1997963b6b56604590
--- /dev/null
+++ b/chrome/test/data/autofill/heuristics/input/bug_447332.html
@@ -0,0 +1,10 @@
+<form>
+ <label for="test0">I intend to address this</label>
+ <textarea name="test0"></textarea>
+ <label for="test1">I can haz city</label>
+ <textarea name="test1"></textarea>
+ <label for="test2">State your intentions</label>
+ <textarea name="test2"></textarea>
+ <label for="test3">Test3</label>
+ <textarea name="test3"></textarea>
+</form>

Powered by Google App Engine
This is Rietveld 408576698