summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/test/mochitest/creditCard/mochitest.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /browser/extensions/formautofill/test/mochitest/creditCard/mochitest.toml
parentInitial commit. (diff)
downloadfirefox-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/creditCard/mochitest.toml')
-rw-r--r--browser/extensions/formautofill/test/mochitest/creditCard/mochitest.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/browser/extensions/formautofill/test/mochitest/creditCard/mochitest.toml b/browser/extensions/formautofill/test/mochitest/creditCard/mochitest.toml
new file mode 100644
index 0000000000..ffd504bb45
--- /dev/null
+++ b/browser/extensions/formautofill/test/mochitest/creditCard/mochitest.toml
@@ -0,0 +1,35 @@
+[DEFAULT]
+prefs = [
+ "extensions.formautofill.creditCards.supported=on",
+ "extensions.formautofill.creditCards.enabled=true",
+ "extensions.formautofill.reauth.enabled=true",
+]
+support-files = [
+ "!/toolkit/components/satchel/test/satchel_common.js",
+ "../../../../../../toolkit/components/satchel/test/parent_utils.js",
+ "!/toolkit/components/satchel/test/parent_utils.js",
+ "!/browser/extensions/formautofill/test/mochitest/formautofill_common.js",
+ "!/browser/extensions/formautofill/test/mochitest/formautofill_parent_utils.js",
+]
+skip-if = [
+ "xorigin",
+ "os == 'android'", # bug 1730213
+]
+
+["test_basic_creditcard_autocomplete_form.html"]
+scheme = "https"
+
+["test_clear_form.html"]
+scheme = "https"
+
+["test_clear_form_expiry_select_elements.html"]
+scheme = "https"
+
+["test_creditcard_autocomplete_off.html"]
+scheme = "https"
+
+["test_preview_highlight_with_multiple_cc_number_fields.html"]
+scheme = "https"
+
+["test_preview_highlight_with_site_prefill.html"]
+scheme = "https"