diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /browser/extensions/formautofill/test/mochitest/mochitest.toml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/extensions/formautofill/test/mochitest/mochitest.toml')
-rw-r--r-- | browser/extensions/formautofill/test/mochitest/mochitest.toml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/browser/extensions/formautofill/test/mochitest/mochitest.toml b/browser/extensions/formautofill/test/mochitest/mochitest.toml new file mode 100644 index 0000000000..993a1c59fb --- /dev/null +++ b/browser/extensions/formautofill/test/mochitest/mochitest.toml @@ -0,0 +1,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"] |