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

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

Issue 733953002: Do not save passwords if the landing page has HTTP status 5xx or 4xx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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/password_form.html
diff --git a/chrome/test/data/password/password_form.html b/chrome/test/data/password/password_form.html
index 9f3a9d3b3b0910cd9daa96a0eb42dae18776ce33..c3c2193154ec16571ee3636456df8bf542baf569 100644
--- a/chrome/test/data/password/password_form.html
+++ b/chrome/test/data/password/password_form.html
@@ -31,6 +31,12 @@
<input type="submit" id="submit_redirect" name="submit_redirect">
</form>
+<form method="POST" action="does_not_exist.html" id="form_with_http_error_status_code_landing_page">
+ <input type="text" id="username_field_http_error">
+ <input type="password" id="password_field_http_error">
+ <input type="submit" id="input_submit_button_http_error">
+</form>
+
<!--
Don't add anything inside this form, and don't change the order of the
elements. Because the elements have no "id" or "name" attributes, the test

Powered by Google App Engine
This is Rietveld 408576698