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

Unified Diff: chrome/test/data/autofill/heuristics/output/15_crbug_40687.out

Issue 621503003: Exclude readonly and disabled elements from autofill form. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fold checks on ReadOnly and Enabled into IsAutofillable() function. Created 6 years, 2 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/output/15_crbug_40687.out
diff --git a/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out b/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
index 7ab7f3fa3718b6d7b96e24ac6ecd77a1212fcc86..82cce9e350e742c6b20b4e7b4e9cf0b3a5367947 100644
--- a/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
+++ b/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
@@ -3,9 +3,6 @@ NAME_LAST | user[billing][lastname] | Last Name |
ADDRESS_HOME_LINE1 | user[billing][address_first] | Billing Address |
ADDRESS_HOME_LINE2 | user[billing][address_second] | Billing Suite/Apt # |
ADDRESS_HOME_CITY | user[billing][city] | Billing City |
-ADDRESS_HOME_STATE | user[billing][state] | State/Province | CA
-ADDRESS_HOME_ZIP | user[billing][zip] | Billing Postal Code | 94043
-ADDRESS_HOME_COUNTRY | user[billing][country] | Billing Country | US
PHONE_HOME_WHOLE_NUMBER | user[phone_first] | Phone Number |
EMAIL_ADDRESS | user[email] | Email Address |
EMAIL_ADDRESS | user[email_confirm] | Confirm Email Address |

Powered by Google App Engine
This is Rietveld 408576698