Chromium Code Reviews| Index: chrome/test/data/password/non_password_form.html |
| diff --git a/chrome/test/data/password/non_password_form.html b/chrome/test/data/password/non_password_form.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..78d44a6001ec53115e18f206aed2ee7205923649 |
| --- /dev/null |
| +++ b/chrome/test/data/password/non_password_form.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<form action="done.html"> |
| + <input type="text" placeholder="firstname" /> |
| + <input type="text" placeholder="lastname" /> |
| + <input type="text" placeholder="Email" /> |
| + <input type="submit" /> |
| +</form> |