tor-browser

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

mochitest.toml (728B)


      1 [DEFAULT]
      2 subsuite = "media"
      3 tags = "webcodecs"
      4 prefs = [
      5  "dom.media.webcodecs.enabled=true",
      6  "dom.media.webcodecs.image-decoder.enabled=true",
      7 ]
      8 support-files = [
      9  "bug1921817.jpg",
     10  "green.png",
     11  "multiple.ico"
     12 ]
     13 
     14 ["test_bug1921817.html"]
     15 scheme = "https"
     16 
     17 ["test_imageDecoder_desiredSize.html"]
     18 scheme = "https"
     19 
     20 ["test_resistFingerprinting.html"]
     21 scheme = "https"
     22 skip-if = [
     23  "os == 'android'", # WebCodecs isn't enabled yet on Android
     24 ]
     25 
     26 ["test_rfp_api_disabling_disabled.html"]
     27 scheme = "https"
     28 
     29 ["test_rfp_api_disabling_enabled.html"]
     30 scheme = "https"
     31 
     32 ["test_rfp_api_disabling_exemption.html"]
     33 scheme = "https"
     34 
     35 ["test_track_getNativeSizes.html"]
     36 scheme = "https"
     37 
     38 ["test_videoFrame_mismatched_codedSize.html"]