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

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

Issue 1014683006: [Password manager] Recognise squashed login+sign-up forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: LazyInstance + commented regexp Created 5 years, 9 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/login_signup_form.html
diff --git a/chrome/test/data/password/login_signup_form.html b/chrome/test/data/password/login_signup_form.html
new file mode 100644
index 0000000000000000000000000000000000000000..7912bafaaae4a062779dd33855fd2f59070a4222
--- /dev/null
+++ b/chrome/test/data/password/login_signup_form.html
@@ -0,0 +1,17 @@
+<html>
+<body>
+<form method="POST" action="done.html" id="testform">
+ <input type="hidden" id="gets_ignored">
+ <input type="text" id="username">
+ <input type="password" id="password">
+ <input type="text" id="username2">
+ <input type="text" id="a">
+ <input type="text" id="b">
+ <input type="text" id="c">
+ <input type="password" id="password2">
+ <input type="hidden" id="gets_ignored_too">
+ <input type="password" id="password3">
+ <input type="submit" id="submit">
+</form>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698