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

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

Issue 2362523003: Add (some) password detection for HTTP-bad (Closed)
Patch Set: trigger the downgrade from OnPasswordFormsParsed Created 4 years, 2 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/simple_password.html
diff --git a/chrome/test/data/password/dummy_submit.html b/chrome/test/data/password/simple_password.html
similarity index 75%
copy from chrome/test/data/password/dummy_submit.html
copy to chrome/test/data/password/simple_password.html
index b3f151a11298c19e86e76a9878e1d99e0c0ff53a..7608c787e59d28fa2a161f4b86ccd93fff9ca35f 100644
--- a/chrome/test/data/password/dummy_submit.html
+++ b/chrome/test/data/password/simple_password.html
@@ -1,6 +1,6 @@
<html>
<body>
-<form method="POST" action="done.html" onsubmit="return false;" id="testform">
+<form method="POST" action="done.html" onsubmit="return true;" id="testform">
<input type="text" id="username_field" name="username_field">
<input type="password" id="password_field" name="password_field">
<input type="submit" id="input_submit_button" name="input_submit_button">
« no previous file with comments | « chrome/test/data/password/invisible_password.html ('k') | chrome/test/data/password/simple_password_in_https_iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698