Switch TestFrameNavigationObserver to DidCommitProvisionalLoadForFrame.
[chromium-blink-merge.git] / chrome / test / data / password / multi_frames.html
blob4184772ae1a4e548d4d790751abeb3f15313201a
1 <html>
2 <body>
4 <iframe src="done.html" id="no_form_frame" name="no_form_frame">
5 </iframe>
6 <iframe src="password_form.html" id="first_frame" name="first_frame">
7 </iframe>
8 <iframe src="password_form.html" id="second_frame" name="second_frame">
9 </iframe>
11 <form method="POST" action="done.html" onsubmit="return false;" id="testform">
12 <input type="text" id="username_field" name="username_field">
13 <input type="password" id="password_field" name="password_field">
14 <input type="submit" id="input_submit_button" name="input_submit_button">
15 </form>
17 <form method="POST" action="multi_frames.html" id="to_multi_frames">
18 <input type="text" id="username_failed" name="username_failed">
19 <input type="password" id="password_failed" name="password_failed">
20 <input type="submit" id="submit_failed" name="submit_failed">
21 </form>
23 </body>
24 </html>