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..3e2baa55f851ffefd4ec1e844c6d51a25999038c |
--- /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" /> |
vivekg
2015/08/14 04:35:16
nit: 2 space indent
Pritam Nikam
2015/08/14 06:03:42
Done.
|
+ <input type="text" placeholder="lastname" /> |
+ <input type="text" placeholder="Email" /> |
+ <input type="submit" /> |
+</form> |