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..5201f748550392c99591ebbdd354007ccfa7a748 |
| --- /dev/null |
| +++ b/chrome/test/data/password/form_with_only_password_field.html |
| @@ -0,0 +1,11 @@ |
| +<html> |
| + <body> |
| + <div id="contains-form"> |
| + <form action="done.html"> |
| + <label for="password">Password</label> |
| + <input type="password" id="password" name="password"> |
| + <input type="submit" id="submit-button" value="Click!"> |
| + </form> |
| + </div> |
| + </body> |
| +</html> |
|
Ilya Sherman
2014/09/18 18:45:52
Where is this file used?
Pritam Nikam
2014/09/19 11:08:02
Done.
|