| Index: chrome/test/data/password/done_and_seperate_login_form.html
|
| diff --git a/chrome/test/data/password/done_and_seperate_login_form.html b/chrome/test/data/password/done_and_seperate_login_form.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..33325cfa5348459e2833134051214bcf60c05816
|
| --- /dev/null
|
| +++ b/chrome/test/data/password/done_and_seperate_login_form.html
|
| @@ -0,0 +1,11 @@
|
| +<html>
|
| +<body>
|
| +Navigation complete. Below is the different login form pushed by server but with same action URL.
|
| +The URL schem may or may not be same.
|
| +<form method="POST" action="DONE_AND_SEPERATE_LOGIN_FORM.HTML" id="to_seperate">
|
| + <input type="text" id="username_seperate" name="username_seperate">
|
| + <input type="password" id="password_seperate" name="password_seperate">
|
| + <input type="submit" id="submit_seperate" name="submit_seperate">
|
| +</form>
|
| +</body>
|
| +</html>
|
|
|