tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mochitest.toml (1178B)


      1 [DEFAULT]
      2 prefs = [
      3  "extensions.formautofill.creditCards.supported=on",
      4  "extensions.formautofill.creditCards.enabled=true",
      5 ]
      6 support-files = [
      7  "!/toolkit/components/satchel/test/satchel_common.js",
      8  "../../../../../../toolkit/components/satchel/test/parent_utils.js",
      9  "!/toolkit/components/satchel/test/parent_utils.js",
     10  "!/browser/extensions/formautofill/test/mochitest/formautofill_common.js",
     11  "!/browser/extensions/formautofill/test/mochitest/formautofill_parent_utils.js",
     12 ]
     13 skip-if = [
     14  "os == 'android'", # bug 1730213
     15  "xorigin",
     16 ]
     17 
     18 ["test_basic_creditcard_autocomplete_form.html"]
     19 scheme = "https"
     20 tags = "os_integration"
     21 
     22 ["test_clear_form.html"]
     23 scheme = "https"
     24 skip-if = [
     25  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1827944
     26  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1827944
     27 ]
     28 
     29 ["test_clear_form_expiry_select_elements.html"]
     30 scheme = "https"
     31 
     32 ["test_creditcard_autocomplete_off.html"]
     33 scheme = "https"
     34 
     35 ["test_preview_highlight_with_multiple_cc_number_fields.html"]
     36 scheme = "https"
     37 
     38 ["test_preview_highlight_with_site_prefill.html"]
     39 scheme = "https"