Index: chrome/test/data/password/done_and_unrelated_form.html |
diff --git a/chrome/test/data/password/done_and_unrelated_form.html b/chrome/test/data/password/done_and_unrelated_form.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..275ae5f477b376efedaf634addccfa2e720c3ef1 |
--- /dev/null |
+++ b/chrome/test/data/password/done_and_unrelated_form.html |
@@ -0,0 +1,11 @@ |
+<html> |
+<body> |
+Navigation complete. Below is a form unrelated to the previous login form. |
+<form method="POST" action="unrelated.html" id="to_unrelated"> |
+ <input type="text" id="username_unrelated" name="username_unrelated"> |
+ <input type="password" id="password_unrelated" name="password_unrelated"> |
+ <input type="submit" id="submit_unrelated" name="submit_unrelated"> |
+</form> |
+ |
+</body> |
+</html> |