| Index: chrome/test/data/password/dummy_submit.html
|
| diff --git a/chrome/test/data/password/dummy_submit.html b/chrome/test/data/password/dummy_submit.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b3f151a11298c19e86e76a9878e1d99e0c0ff53a
|
| --- /dev/null
|
| +++ b/chrome/test/data/password/dummy_submit.html
|
| @@ -0,0 +1,9 @@
|
| +<html>
|
| +<body>
|
| +<form method="POST" action="done.html" onsubmit="return false;" 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>
|
| +</body>
|
| +</html>
|
|
|