Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2302)

Unified Diff: chrome/test/data/autofill/functional/autofill_middleinit_form.html

Issue 10855253: Convert the autofill pyauto tests to browser tests, and remove all the supporting automation hooks … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill/functional/autofill_middleinit_form.html
===================================================================
--- chrome/test/data/autofill/functional/autofill_middleinit_form.html (revision 152427)
+++ chrome/test/data/autofill/functional/autofill_middleinit_form.html (working copy)
@@ -1,23 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!-- Autofill test form to verify middle initial is distinguished in a name. -->
-<html>
- <head>
- <title>Autofill Test Middle Initial Form</title>
- </head>
- <body>
- <h3>Autofill Test Middle Initial 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="middleinitial">Middle Initial:</label> <input type="text" id="NAME_MIDDLE"><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="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>
-

Powered by Google App Engine
This is Rietveld 408576698