blob: ab2b783e9a075f444858d089179920e15ca6b1dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
subsuite = "media-bc"
tags = "media-engine-compatible"
support-files = [
"head.js",
"head-multiple.js",
]
prefs = [
"media.allow-audio-non-utility=true",
"media.wmf.media-engine.channel-decoder.enabled=false"
]
# Set this since we want to continue monitoring the disabling of pref since we
# still allow it a little bit.
environment = "MOZ_DONT_LOCK_UTILITY_PLZ_FILE_A_BUG=1"
["browser_utility_multipleAudio_fallback.js"]
support-files = [
"../../../../dom/media/test/small-shot.ogg",
"../../../../dom/media/test/small-shot.mp3",
"../../../../dom/media/test/small-shot.m4a",
"../../../../dom/media/test/small-shot.flac",
]
|