| Index: chrome/test/data/password/password_form.html
|
| diff --git a/chrome/test/data/password/password_form.html b/chrome/test/data/password/password_form.html
|
| index ac96b5bcab1f992c0cfbdf7557f193e8f79c5b5c..7c8551d8052d7732230012f4b46bd726291f0882 100644
|
| --- a/chrome/test/data/password/password_form.html
|
| +++ b/chrome/test/data/password/password_form.html
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| <body>
|
| -<form action="done.html" onsubmit="return true;" id="testform">
|
| +<form method="POST" action="done.html" onsubmit="return true;" 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">
|
|
|