tor-browser

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

chrome.toml (330B)


      1 [DEFAULT]
      2 tags = "fullscreen"
      3 
      4 ["test_MozDomFullscreen_event.xhtml"]
      5 support-files = [
      6  "fullscreen.xhtml",
      7  "MozDomFullscreen_chrome.xhtml",
      8 ]
      9 
     10 ["test_fullscreen.xhtml"]
     11 support-files = "file_MozDomFullscreen.html"
     12 skip-if = [
     13  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1968686
     14 ]