tor-browser

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

mochitest.toml (508B)


      1 [DEFAULT]
      2 support-files = [
      3  "image-allow-credentials.png",
      4  "image-allow-credentials.png^headers^",
      5  "image-allow-star.png",
      6  "image-allow-star.png^headers^",
      7  "image.png",
      8  "video.sjs",
      9 ]
     10 # The video used in those tests crash the Android emulator's VP9 decoder.
     11 prefs = [
     12  "media.android-media-codec.enabled=false",
     13 ]
     14 
     15 ["test_canvas2d_crossorigin.html"]
     16 skip-if = [
     17  "http2",
     18  "http3",
     19 ]
     20 
     21 ["test_video_crossorigin.html"]
     22 subsuite = "gpu"
     23 
     24 ["test_webgl_crossorigin_textures.html"]
     25 subsuite = "gpu"