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

Unified Diff: chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_advanced.html

Issue 19528007: [Autofill] Temporarily drop support for street-address autocomplete type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update tests that used the street-address autocomplete type Created 7 years, 5 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
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_basic.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_advanced.html
diff --git a/chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_advanced.html b/chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_advanced.html
index 66f8d7df4f7e69110c62fe8a0d14aec0359748e4..cc0617d99f04bafd965cde46b12627eff9a3f5c0 100644
--- a/chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_advanced.html
+++ b/chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_advanced.html
@@ -2,7 +2,7 @@
<form action="autocompletetype.html" method="post">
<input id="1.n" autocomplete=" NAME "><br>
<input id="1.e" autocomplete=" WoRk eMaIl"><br>
- <input id="1.a" autocomplete=" SECTION-one SHIPping street-address "><br>
+ <input id="1.a" autocomplete=" SECTION-one SHIPping address-line1 "><br>
</form>
<!-- The presence of at least one type hint should disable all other forms of
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_basic.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698