| Index: chrome/test/data/password/login_signup_form.html
|
| diff --git a/chrome/test/data/password/login_signup_form.html b/chrome/test/data/password/login_signup_form.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7912bafaaae4a062779dd33855fd2f59070a4222
|
| --- /dev/null
|
| +++ b/chrome/test/data/password/login_signup_form.html
|
| @@ -0,0 +1,17 @@
|
| +<html>
|
| +<body>
|
| +<form method="POST" action="done.html" id="testform">
|
| + <input type="hidden" id="gets_ignored">
|
| + <input type="text" id="username">
|
| + <input type="password" id="password">
|
| + <input type="text" id="username2">
|
| + <input type="text" id="a">
|
| + <input type="text" id="b">
|
| + <input type="text" id="c">
|
| + <input type="password" id="password2">
|
| + <input type="hidden" id="gets_ignored_too">
|
| + <input type="password" id="password3">
|
| + <input type="submit" id="submit">
|
| +</form>
|
| +</body>
|
| +</html>
|
|
|