tor-browser

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

browser.toml (966B)


      1 [DEFAULT]
      2 tags = "devtools"
      3 subsuite = "devtools"
      4 support-files = [
      5  "!/devtools/client/shared/test/shared-head.js",
      6  "target_configuration_test_doc.sjs",
      7  "head.js",
      8 ]
      9 
     10 ["browser_target_configuration_command.js"]
     11 
     12 ["browser_target_configuration_command_color_scheme.js"]
     13 skip-if = [
     14  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
     15 ]
     16 
     17 ["browser_target_configuration_command_custom_user_agent.js"]
     18 skip-if = [
     19  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
     20 ]
     21 
     22 ["browser_target_configuration_command_dppx.js"]
     23 skip-if = [
     24  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
     25 ]
     26 
     27 ["browser_target_configuration_command_touch_events.js"]
     28 skip-if = [
     29  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
     30 ]