tor-browser

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

mochitest.toml (943B)


      1 [DEFAULT]
      2 prefs = [
      3  "extensions.formautofill.creditCards.supported=on",
      4  "extensions.formautofill.creditCards.enabled=true",
      5  "extensions.formautofill.addresses.supported=on",
      6  "extensions.formautofill.addresses.enabled=true",
      7 ]
      8 skip-if = [
      9  "os == 'android'", # bug 1730213
     10 ]
     11 support-files = [
     12  "../../../../../toolkit/components/satchel/test/satchel_common.js",
     13  "../../../../../toolkit/components/satchel/test/parent_utils.js",
     14  "formautofill_parent_utils.js",
     15  "formautofill_common.js",
     16 ]
     17 
     18 ["test_autofill_and_ordinal_forms.html"]
     19 skip-if = [
     20  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1803644
     21 ]
     22 
     23 ["test_autofocus_form.html"]
     24 
     25 ["test_basic_autocomplete_form.html"]
     26 skip-if = [
     27  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && opt", # Bug 1789194
     28 ]
     29 
     30 ["test_formautofill_preview_highlight.html"]
     31 
     32 ["test_multi_locale_CA_address_form.html"]
     33 
     34 ["test_multiple_forms.html"]