tor-browser

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

mochitest.toml (505B)


      1 [DEFAULT]
      2 
      3 ["test_async_clipboard_datatransfer.html"]
      4 scheme = "https"
      5 skip-if = [
      6  "headless", # headless doesn't support custom type
      7  "os == 'android'", # android doesn't support custom type
      8  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1926772
      9 ]
     10 
     11 ["test_paste_image.html"]
     12 skip-if = [
     13  "headless", # Bug 1405869
     14  "os == 'android'", # Image type isn't supported
     15  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && asan", # Bug 1836500
     16 ]