| Index: chrome/test/data/password/form_with_only_password_field.html
|
| diff --git a/chrome/test/data/password/form_with_only_password_field.html b/chrome/test/data/password/form_with_only_password_field.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..723ce19f2317008b945617dd8b9591ff02c3a6e6
|
| --- /dev/null
|
| +++ b/chrome/test/data/password/form_with_only_password_field.html
|
| @@ -0,0 +1,14 @@
|
| +<html>
|
| + <body>
|
| + <div id="contains-form">
|
| + <form action="done.html">
|
| + <!-- Please note that username input field is
|
| + intentionally excluded here from this form
|
| + (http://crbug.com/406343). -->
|
| + <label for="password">Password</label>
|
| + <input type="password" id="password" name="password"/>
|
| + <input type="submit" id="submit-button" value="Click!"/>
|
| + </form>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|