blob: 993a1c59fb342866e2845c0e5ca1542822c34fe2 (
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
|
[DEFAULT]
prefs = [
"extensions.formautofill.creditCards.supported=on",
"extensions.formautofill.creditCards.enabled=true",
"extensions.formautofill.addresses.supported=on",
"extensions.formautofill.addresses.enabled=true",
]
skip-if = ["os == 'android'"] # bug 1730213
support-files = [
"../../../../../toolkit/components/satchel/test/satchel_common.js",
"../../../../../toolkit/components/satchel/test/parent_utils.js",
"formautofill_parent_utils.js",
"formautofill_common.js",
]
["test_autofill_and_ordinal_forms.html"]
["test_autofocus_form.html"]
["test_basic_autocomplete_form.html"]
skip-if = [ "apple_catalina && !debug" ] # Bug 1789194
["test_form_changes.html"]
["test_formautofill_preview_highlight.html"]
skip-if = ["verify"]
["test_multi_locale_CA_address_form.html"]
["test_multiple_forms.html"]
|