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

Unified Diff: chrome/test/data/autofill/functional/duplicate_profiles_test.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/duplicate_profiles_test.html
diff --git a/chrome/test/data/autofill/functional/duplicate_profiles_test.html b/chrome/test/data/autofill/functional/duplicate_profiles_test.html
index b9185facfcbe27a8d45401baebcab16fcaedb7db..61600dac31f2d2195e8a3ac07cd149a6f344bfea 100644
--- a/chrome/test/data/autofill/functional/duplicate_profiles_test.html
+++ b/chrome/test/data/autofill/functional/duplicate_profiles_test.html
@@ -35,8 +35,6 @@
<input type="text" id="ADDRESS_HOME_COUNTRY" name="country"><br/>
<label for="PHONE_HOME_WHOLE_NUMBER">Phone:</label>
<input type="text" id="PHONE_HOME_WHOLE_NUMBER" name="phone"><br/>
- <label for="PHONE_FAX_WHOLE_NUMBER">Fax:</label>
- <input type="text" id="PHONE_FAX_WHOLE_NUMBER" name="fax"><br/>
<input type="submit" value="send"> <input type="reset">
</p>
</form>

Powered by Google App Engine
This is Rietveld 408576698