tor-browser

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

mochitest_audio.toml (500B)


      1 [DEFAULT]
      2 subsuite = "media"
      3 tags = "media-engine-compatible"
      4 support-files = [
      5  "head.js",
      6  "../../../../dom/media/test/small-shot.ogg",
      7  "../../../../dom/media/test/small-shot.mp3",
      8  "../../../../dom/media/test/small-shot.m4a",
      9  "../../../../dom/media/test/small-shot.flac",
     10 ]
     11 prefs = [
     12  "media.wmf.media-engine.channel-decoder.enabled=false"
     13 ]
     14 
     15 ["test_android_audio.html"]
     16 run-if = [
     17  "os == 'android' && !isolated_process",
     18 ]
     19 
     20 ["test_utility_audio.html"]
     21 run-if = [
     22  "os == 'android'",
     23 ]