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

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

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix. 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/latency_after_submit_test.html
diff --git a/chrome/test/data/autofill/functional/latency_after_submit_test.html b/chrome/test/data/autofill/functional/latency_after_submit_test.html
index 6940a7bd3c3d5252ddb3d5b7f848b1cf7c80d83a..1dde044820114005a2906d627cf9e710bf78874a 100644
--- a/chrome/test/data/autofill/functional/latency_after_submit_test.html
+++ b/chrome/test/data/autofill/functional/latency_after_submit_test.html
@@ -32,8 +32,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">
</form>
</body>

Powered by Google App Engine
This is Rietveld 408576698