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

Unified Diff: chrome/test/data/password/non_password_form.html

Issue 1286593003: [Password Manager] Store forms with field name and id attributes missing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/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>

Powered by Google App Engine
This is Rietveld 408576698