| 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>
|
|
|