Chromium Code Reviews| Index: chrome/test/data/password/form_and_link.html |
| diff --git a/chrome/test/data/password/multi_frames.html b/chrome/test/data/password/form_and_link.html |
| similarity index 50% |
| copy from chrome/test/data/password/multi_frames.html |
| copy to chrome/test/data/password/form_and_link.html |
| index 02bb48dcf9b2cf78ba9c036992a1615b2264d256..bf31b44a824637700bf79ca94e6bf90d4b735685 100644 |
| --- a/chrome/test/data/password/multi_frames.html |
| +++ b/chrome/test/data/password/form_and_link.html |
| @@ -1,16 +1,10 @@ |
| <html> |
| <body> |
| - |
| -<iframe src="password_form.html" id="first_frame" name="first_frame"> |
|
jww
2014/02/18 20:19:56
I'm pretty confused about why you're deleting thes
vabr (Chromium)
2014/02/19 07:56:39
I'm actually not touching multi_frames.html at all
|
| -</iframe> |
| -<iframe src="password_form.html" id="second_frame" name="second_frame"> |
| -</iframe> |
| - |
| -<form method="POST" action="done.html" onsubmit="return false;" id="testform"> |
| +<form method="POST" action="done.html" id="testform"> |
| <input type="text" id="username_field" name="username_field"> |
| <input type="password" id="password_field" name="password_field"> |
| <input type="submit" id="input_submit_button" name="input_submit_button"> |
| </form> |
| - |
| +<a href="done.html" id="testlink" target="_blank">Link</a> |
| </body> |
| </html> |