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

Unified Diff: chrome/test/data/autofill/functional/phone_pinput_autofill.txt

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/phone_pinput_autofill.txt
===================================================================
--- chrome/test/data/autofill/functional/phone_pinput_autofill.txt (revision 152427)
+++ chrome/test/data/autofill/functional/phone_pinput_autofill.txt (working copy)
@@ -1,11 +0,0 @@
-# Input profile for comparing phone numbers in Autofill tests.
-# Used by: chrome/test/functional/autofill.py testComparePhoneNumbers
-
-[
- {'NAME_FIRST': ['Bob',], 'NAME_LAST': ['Smith',], 'ADDRESS_HOME_LINE1': ['1234 H St.',],
- 'ADDRESS_HOME_CITY': ['San Jose',], 'ADDRESS_HOME_STATE': ['CA',],
- 'ADDRESS_HOME_ZIP': ['95110',], 'PHONE_HOME_WHOLE_NUMBER': ['1-408-555-4567',],
- 'PHONE_HOME_EXT': ['88888',],
- }
-]
-

Powered by Google App Engine
This is Rietveld 408576698