| Index: chrome/test/data/password/multi_frames.html
|
| diff --git a/chrome/test/data/password/multi_frames.html b/chrome/test/data/password/multi_frames.html
|
| index 02bb48dcf9b2cf78ba9c036992a1615b2264d256..4184772ae1a4e548d4d790751abeb3f15313201a 100644
|
| --- a/chrome/test/data/password/multi_frames.html
|
| +++ b/chrome/test/data/password/multi_frames.html
|
| @@ -1,6 +1,8 @@
|
| <html>
|
| <body>
|
|
|
| +<iframe src="done.html" id="no_form_frame" name="no_form_frame">
|
| +</iframe>
|
| <iframe src="password_form.html" id="first_frame" name="first_frame">
|
| </iframe>
|
| <iframe src="password_form.html" id="second_frame" name="second_frame">
|
| @@ -12,5 +14,11 @@
|
| <input type="submit" id="input_submit_button" name="input_submit_button">
|
| </form>
|
|
|
| +<form method="POST" action="multi_frames.html" id="to_multi_frames">
|
| + <input type="text" id="username_failed" name="username_failed">
|
| + <input type="password" id="password_failed" name="password_failed">
|
| + <input type="submit" id="submit_failed" name="submit_failed">
|
| +</form>
|
| +
|
| </body>
|
| </html>
|
|
|