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

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: Addressed Vivek's Review Comments. 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..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>

Powered by Google App Engine
This is Rietveld 408576698