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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <form action="done.html">
3 <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.
4 <input type="text" placeholder="lastname" />
5 <input type="text" placeholder="Email" />
6 <input type="submit" />
7 </form>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698