Index: chrome/test/data/password/separate_login_form.html |
diff --git a/chrome/test/data/password/separate_login_form.html b/chrome/test/data/password/separate_login_form.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8da3aab27f655a9e781cc46bb7d1e3bf860d38a5 |
--- /dev/null |
+++ b/chrome/test/data/password/separate_login_form.html |
@@ -0,0 +1,11 @@ |
+<html> |
+<head> |
+<head> |
+<body> |
+<form method="POST" action="/password/done_and_separate_login_form.html" id="to_separate"> |
+ <input type="text" id="username_separate" name="username_separate"> |
+ <input type="password" id="password_separate" name="password_separate"> |
+ <input type="submit" id="submit_separate" name="submit_separate"> |
+</form> |
+</body> |
+</html> |