Chromium Code Reviews| 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..54523d2131b98002cd1a3d82ed8a14b9ee94f146 |
| --- /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 |
| + intentianally excluded here from this form |
|
vabr (Chromium)
2014/09/24 16:17:21
typo: intentionally
Pritam Nikam
2014/09/25 07:22:27
Done.
|
| + (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> |