tor-browser

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

mochitest_sw.toml (903B)


      1 # As we can't tweak the preference for a single test in the mochitest, we create
      2 # this toml specifically for running tests which only expect software decoding.
      3 # The pref `media.hardware-video-decoding.enabled` will explicitly be turn off
      4 # to ensure no hardware decoding can be executed.
      5 
      6 [DEFAULT]
      7 subsuite = "media"
      8 tags = "media-gpu"
      9 prefs = [
     10  "media.hardware-video-decoding.enabled=false",
     11 ]
     12 support-files = [
     13  "av1.mp4",
     14  "av1.mp4^headers^",
     15  "bipbop_short_vp8.webm",
     16  "bipbop_short_vp8.webm^headers^",
     17  "gizmo.mp4",
     18  "gizmo.mp4^headers^",
     19  "gizmo.webm",
     20  "gizmo.webm^headers^",
     21  "gizmo_av1_8bit_420.webm",
     22  "gizmo_av1_8bit_420.webm^headers^",
     23  "gizmo_av1_10bit_420.webm",
     24  "gizmo_av1_10bit_420.webm^headers^",
     25  "gizmo_hevc_8bit_420.mp4",
     26  "gizmo_hevc_8bit_420.mp4^headers^",
     27  "gizmo_hevc_10bit_420.mp4",
     28  "gizmo_hevc_10bit_420.mp4^headers^",
     29 ]
     30 
     31 ["test_sw_video_decoding.html"]