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

Unified Diff: chrome/test/data/autofill/heuristics/input/01_misc_phones.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/heuristics/input/01_misc_phones.html
diff --git a/chrome/test/data/autofill/heuristics/input/01_misc_phones.html b/chrome/test/data/autofill/heuristics/input/01_misc_phones.html
index 76a927a2706b47a57ad3c35d79cd79e302e233ae..db4a67939e76a02e1526aaf493955efd57cf0b11 100644
--- a/chrome/test/data/autofill/heuristics/input/01_misc_phones.html
+++ b/chrome/test/data/autofill/heuristics/input/01_misc_phones.html
@@ -45,31 +45,6 @@
<input type="text" maxlength="3" name="hphone2c">
- <input type="text" maxlength="4" name="hphone3c">
ext.: <input type="text" maxlength="5" name="hphone4c"><br/>
-
- Fax: <input type="text" id="fax"><br/>
- Area Code: <input type="text" id="faxareacode1">
- Fax: <input type="text" id="fax1"><br/>
- Fax:
- <input type="text" maxlength="3" name="hfax1">
- - <input type="text" maxlength="3" name="hfax2">
- - <input type="text" maxlength="4" name="hfax3">
- ext.: <input type="text" maxlength="5" name="hfax4"><br/>
- Fax:
- ( <input type="text" maxlength="3" name="hfax1a"> )
- <input type="text" maxlength="3" name="hfax2a">
- - <input type="text" maxlength="4" name="hfax3a">
- ext.: <input type="text" maxlength="5" name="hfax4a"><br/>
- Fax:
- <input type="text" maxlength="2" name="hfax0b">
- <input type="text" maxlength="3" name="hfax1b">
- - <input type="text" maxlength="3" name="hfax2b">
- - <input type="text" maxlength="4" name="hfax3b">
- ext.: <input type="text" maxlength="5" name="hfax4"><br/>
- Fax: <input type="text" maxlength="2" name="hfax0c">
- ( <input type="text" maxlength="3" name="hfax1c"> )
- <input type="text" maxlength="3" name="hfax2c">
- - <input type="text" maxlength="4" name="hfax3c">
- ext.: <input type="text" maxlength="5" name="hfax4c"><br/>
</form>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698