tor-browser

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

chrome.toml (425B)


      1 [DEFAULT]
      2 
      3 ["test_drawImage_context_properties.html"]
      4 support-files = ["file_drawImage_context_properties.svg"]
      5 
      6 ["test_drawWindow_widget_layers.html"]
      7 support-files = [
      8  "../file_drawWindow_source.html",
      9  "../file_drawWindow_common.js",
     10 ]
     11 skip-if = [
     12  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1693807, Bug 1705410
     13 ]
     14 
     15 ["test_webgl_debug_renderer_info.html"]
     16 subsuite = "gpu"