tor-browser

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

browser.toml (1239B)


      1 [DEFAULT]
      2 support-files = [
      3  "animated.gif",
      4  "animated2.gif",
      5  "big.png",
      6  "head.js",
      7  "image.html",
      8  "imageX2.html",
      9 ]
     10 
     11 ["browser_animated_css_image.js"]
     12 support-files = [
     13  "!/gfx/layers/apz/test/mochitest/apz_test_utils.js",
     14  "!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js",
     15  "animated1.gif",
     16  "animated1.svg",
     17  "animatedMask.gif",
     18  "helper_animated_css_image.html",
     19  "../animated_image_test_list.js",
     20 ]
     21 
     22 ["browser_bug666317.js"]
     23 skip-if = [
     24  "true", # Bug 1207012 - Permaorange from an uncaught exception that isn't actually turning the suite orange until it hits beta, Bug 948194 - Decoded Images seem to not be discarded on memory-pressure notification
     25 ]
     26 
     27 ["browser_bug1869938.js"]
     28 support-files = ["helper1869938.html"]
     29 
     30 ["browser_bug1899180.js"]
     31 support-files = ["helper1899180.html"]
     32 
     33 ["browser_docshell_type_editor.js"]
     34 
     35 ["browser_image.js"]
     36 skip-if = [
     37  "true", # Bug 987616
     38 ]
     39 
     40 ["browser_mozicon_file.js"]
     41 
     42 ["browser_mozicon_file_sandbox_headless.js"]
     43 run-if = [
     44  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # specific to Linux sandboxing
     45 ]
     46 
     47 ["browser_offscreen_image_in_out_of_process_iframe.js"]
     48 https_first_disabled = true
     49 support-files = ["empty.html"]