summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/browser/form_structure_fuzzer.dict
blob: 36f6570bab4e4fd3c7123ccb0d5501ff5c1f913b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Lines starting with '#' and empty lines are ignored.

# Valid attributes
cc1="cc-name"
cc2="cc-number"
cc3="cc-csc"
cc4="cc-exp"
name="name"
email="email"
address1="street-address"
address2="locality"
address3="region"
address4="postal-code"
address5="country"
tel="tel"
username="username"
currentpwd="current-password"
newpwd="new-password"

# Sections
shipping="shipping"
billing="billing"
default="default"

# Separators
dash="-"

# Switches
on="on"
off="off"
false="false"
true="true"