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

Side by Side Diff: chrome/test/data/password/form_and_link.html

Issue 163843002: Fix check for user gesture on password autofill (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct comment Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 3 <form method="POST" action="done.html" id="testform">
4 <iframe src="password_form.html" id="first_frame" name="first_frame">
5 </iframe>
6 <iframe src="password_form.html" id="second_frame" name="second_frame">
7 </iframe>
8
9 <form method="POST" action="done.html" onsubmit="return false;" id="testform">
10 <input type="text" id="username_field" name="username_field"> 4 <input type="text" id="username_field" name="username_field">
11 <input type="password" id="password_field" name="password_field"> 5 <input type="password" id="password_field" name="password_field">
12 <input type="submit" id="input_submit_button" name="input_submit_button"> 6 <input type="submit" id="input_submit_button" name="input_submit_button">
13 </form> 7 </form>
14 8 <a href="done.html" id="testlink" target="_blank">Link</a>
15 </body> 9 </body>
16 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698