Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / test / data / password / multi_frames.html
blob02bb48dcf9b2cf78ba9c036992a1615b2264d256
1 <html>
2 <body>
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>
9 <form method="POST" action="done.html" onsubmit="return false;" id="testform">
10 <input type="text" id="username_field" name="username_field">
11 <input type="password" id="password_field" name="password_field">
12 <input type="submit" id="input_submit_button" name="input_submit_button">
13 </form>
15 </body>
16 </html>