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

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

Issue 137893009: [Password Autofill] Catch XHR submitted forms where onsubmit() wasn't called. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/password_form.html
diff --git a/chrome/test/data/password/password_form.html b/chrome/test/data/password/password_form.html
index daf92c2c05c8df0bf80f0eda6c0ae125dcfeb703..2987846c18070c394200b921515f130d299ff1a5 100644
--- a/chrome/test/data/password/password_form.html
+++ b/chrome/test/data/password/password_form.html
@@ -11,6 +11,8 @@
Submit!
</button>
+<a id="link" href="done.html">Go somewhere</a>
+
<form method="POST" action="done.html" id="testform_no_name">
<input type="text" id="username_field_no_name">
<input type="password" id="password_field_no_name">

Powered by Google App Engine
This is Rietveld 408576698