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

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

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/form_phones.html
diff --git a/chrome/test/data/autofill/functional/form_phones.html b/chrome/test/data/autofill/functional/form_phones.html
index fa42371ba61b329574ac3e18906316f4944dc475..dc4dc3049a3f9ccbfe901224956a1b277d66bf76 100644
--- a/chrome/test/data/autofill/functional/form_phones.html
+++ b/chrome/test/data/autofill/functional/form_phones.html
@@ -50,39 +50,6 @@
<input type="text" maxlength="4" id="PHONE_HOME_NUMBER_4-2">
<label for="PHONE_HOME_EXT-2">ext.:</label>
<input type="text" maxlength="5" id="PHONE_HOME_EXT-2"><br/>
-
- <!-- Basic fax field. -->
- <label for="PHONE_FAX_WHOLE_NUMBER">Fax:</label>
- <input type="text" id="PHONE_FAX_WHOLE_NUMBER"><br/>
-
- <!-- Set of fax fields with area code and fax number. -->
- <label for="PHONE_FAX_CITY_CODE-1">Fax Area Code:</label>
- <input type="text" id="PHONE_FAX_CITY_CODE-1">
- <label for="PHONE_FAX_NUMBER">Fax:</label>
- <input type="text" id="PHONE_FAX_NUMBER"><br/>
-
- <!-- Set of fax fields with area code, ###, ####, and ext. -->
- <label for="PHONE_FAX_CITY_CODE-2">Fax: ( </label>
- <input type="text" maxlength="3" id="PHONE_FAX_CITY_CODE-2">
- <label for="PHONE_FAX_NUMBER_3-1"> ) </label>
- <input type="text" maxlength="3" id="PHONE_FAX_NUMBER_3-1">
- <label for="PHONE_FAX_NUMBER_4-1"> - </label>
- <input type="text" maxlength="4" id="PHONE_FAX_NUMBER_4-1">
- <label for="PHONE_FAX_EXT-1">ext.:</label>
- <input type="text" maxlength="5" id="PHONE_FAX_EXT-1"><br/>
-
-
- <!-- Set of fax fields with country code, area code, ###, ####, and ext. -->
- <label for="PHONE_FAX_COUNTRY_CODE-1">Fax:</label>
- <input type="text" maxlength="2" id="PHONE_FAX_COUNTRY_CODE-1">
- <label for="PHONE_FAX_CITY_CODE-3"> ( </label>
- <input type="text" maxlength="3" id="PHONE_FAX_CITY_CODE-3">
- <label for="PHONE_FAX_NUMBER_3-2"> ) </label>
- <input type="text" maxlength="3" id="PHONE_FAX_NUMBER_3-2">
- <label for="PHONE_FAX_NUMBER_4-2"> - </label>
- <input type="text" maxlength="4" id="PHONE_FAX_NUMBER_4-2">
- <label for="PHONE_FAX_EXT-2">ext.:</label>
- <input type="text" maxlength="5" id="PHONE_FAX_EXT-2"><br/>
</form>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698