| Index: chrome/test/data/autofill/autofill_password_form.html
|
| diff --git a/chrome/test/data/autofill/autofill_password_form.html b/chrome/test/data/autofill/autofill_password_form.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f164f95e3c30e2146bf58a6fd79a05a137825a47
|
| --- /dev/null
|
| +++ b/chrome/test/data/autofill/autofill_password_form.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
| +<!-- Autofill password test form. -->
|
| +<html>
|
| + <head>
|
| + <title>Autofill Password Test Form</title>
|
| + </head>
|
| + <body>
|
| + <h3>Autofill Password Test Form</h3>
|
| + <form>
|
| + <label for="user">User:</label>
|
| + <input id="user" type="text" name="name" onfocus="domAutomationController.send(true)"><br>
|
| + <label for="password">Password:</label>
|
| + <input id="password" type="password" name="password" onfocus="domAutomationController.send(true)"><br>
|
| + <input type="submit" value="Submit">
|
| + </form>
|
| + </body>
|
| +</html>
|
| +
|
|
|