Index: chrome/test/data/autofill/functional/autofill_test_form.html |
=================================================================== |
--- chrome/test/data/autofill/functional/autofill_test_form.html (revision 152427) |
+++ chrome/test/data/autofill/functional/autofill_test_form.html (working copy) |
@@ -1,25 +0,0 @@ |
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
-<!-- Autofill generic test form. --> |
-<html> |
- <head> |
- <title>Autofill Test Form</title> |
- </head> |
- <body> |
- <h3>Autofill Test Form</h3> |
- <form name="testform" method="post" id="testform"> |
- <p> |
- <label for="firstname">First Name:</label> <input type="text" id="NAME_FIRST"><br> |
- <label for="lastname">Last Name:</label> <input type="text" id="NAME_LAST"><br> |
- <label for="address">Address:</label> <input type="text" id="ADDRESS_HOME_LINE1"><br> |
- <label for="city">City:</label> <input type="text" id="ADDRESS_HOME_CITY" ><br> |
- <label for="state">State:</label> <input type="text" id="ADDRESS_HOME_STATE" ><br> |
- <label for="zip">Zip:</label> <input type="text" id="ADDRESS_HOME_ZIP" ><br> |
- <label for="country">Country:</label> <input type="text" id="ADDRESS_HOME_COUNTRY" ><br> |
- <label for="email">Email:</label> <input type="text" id="EMAIL_ADDRESS"><br> |
- <label for="phone">Phone:</label> <input type="text" id="PHONE_HOME_WHOLE_NUMBER"><br> |
- <input type="submit" value="send"> <input type="reset"> |
- </p> |
- </form> |
- </body> |
-</html> |
- |