tor-browser

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

xpcshell-with-prefs.toml (528B)


      1 [DEFAULT]
      2 head = ""
      3 support-files = ["prefs_test_common.js"]
      4 prefs = [
      5  "dummy.pref.from.test.ancestor='Ancestor'",
      6  "dummy.pref.from.test.manifest=1",
      7 ]
      8 
      9 ["include:xpcshell-included-with-prefs.toml"]
     10 
     11 ["test_prefs_defaults.js"]
     12 
     13 ["test_prefs_defaults_and_file.js"]
     14 prefs = [
     15  "dummy.pref.from.test.file=2",
     16  "dummy.pref.from.test.manifest=1337", # overrides manifest
     17  "dummy.pref.from.test.duplicate='first'", # Multiple prefs, for additional test coverage over xpcshell.toml
     18  "dummy.pref.from.test.duplicate='final'",
     19 ]