tor-browser

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

chrome.toml (624B)


      1 [DEFAULT]
      2 # test_input.html and test_textarea.html are also used as mochitests, hence
      3 # we have to flip the skip assertion flag for the chrome tests here.
      4 prefs = ["dom.security.skip_remote_script_assertion_in_system_priv_context=true"]
      5 
      6 # nsIWidget::SynthesizeNativeKeyEvent() required (Bug 1410525 for headless)
      7 # only supported on windows and mac.  we only run headless on linux, i.e. not applicable
      8 run-if = [
      9  "os == 'mac'",
     10  "os == 'win'",
     11 ]
     12 
     13 ["test_browser.xhtml"]
     14 support-files = ["browsertest.html"]
     15 
     16 ["test_editor.xhtml"]
     17 
     18 ["test_windowed.xhtml"]
     19 support-files = [
     20  "test_input.html",
     21  "test_textarea.html",
     22 ]