summaryrefslogtreecommitdiffstats
path: root/ipc/glue/test/browser/mochitest_audio_off.toml
blob: 767be0a4b334ae6958dfc842fd03816f8a4632c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[DEFAULT]
subsuite = "media"
tags = "media-engine-compatible"
run-if = ["os == 'android' && !isolated_process"] # Bug 1771452
support-files = [
  "head.js",
  "../../../../dom/media/test/small-shot.ogg",
  "../../../../dom/media/test/small-shot.mp3",
  "../../../../dom/media/test/small-shot.m4a",
  "../../../../dom/media/test/small-shot.flac",
]
prefs = [
  "media.utility-process.enabled=false",
  "media.wmf.media-engine.channel-decoder.enabled=false"
]

["test_utility_audio_off.html"]