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

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 c271025394c2269def57c422837066bbfda2579e..9f3a9d3b3b0910cd9daa96a0eb42dae18776ce33 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