summaryrefslogtreecommitdiff
path: root/dom/media/test
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-12-01 09:42:39 -0600
committertrav90 <travawine@palemoon.org>2018-12-01 09:42:39 -0600
commit8e8bf6eb1a3873e4a8fcf2e1cbec49ca677a1c5b (patch)
tree15cf5633da5d32a489dde5a78b40f3bc95495dba /dom/media/test
parent3563721fa6a45e6a5bf2e175fc6e8d503aed09e3 (diff)
downloaduxp-8e8bf6eb1a3873e4a8fcf2e1cbec49ca677a1c5b.tar.gz
Remove DirectShowReader Part 4: Tests
Diffstat (limited to 'dom/media/test')
-rw-r--r--dom/media/test/manifest.js4
-rw-r--r--dom/media/test/test_can_play_type_mpeg.html3
2 files changed, 3 insertions, 4 deletions
diff --git a/dom/media/test/manifest.js b/dom/media/test/manifest.js
index 7e30cc97d5..52e53a271b 100644
--- a/dom/media/test/manifest.js
+++ b/dom/media/test/manifest.js
@@ -266,10 +266,10 @@ var gPlayTests = [
{ name:"small-shot.mp3", type:"audio/mpeg", duration:0.27 },
{ name:"owl.mp3", type:"audio/mpeg", duration:3.343 },
// owl.mp3 as above, but with something funny going on in the ID3v2 tag
- // that causes DirectShow to fail.
+ // that caused DirectShow to fail.
{ name:"owl-funny-id3.mp3", type:"audio/mpeg", duration:3.343 },
// owl.mp3 as above, but with something even funnier going on in the ID3v2 tag
- // that causes DirectShow to fail.
+ // that caused DirectShow to fail.
{ name:"owl-funnier-id3.mp3", type:"audio/mpeg", duration:3.343 },
// One second of silence with ~140KB of ID3 tags. Usually when the first MP3
// frame is at such a high offset into the file, MP3FrameParser will give up
diff --git a/dom/media/test/test_can_play_type_mpeg.html b/dom/media/test/test_can_play_type_mpeg.html
index 89e5fabef3..514b5cc2f7 100644
--- a/dom/media/test/test_can_play_type_mpeg.html
+++ b/dom/media/test/test_can_play_type_mpeg.html
@@ -151,8 +151,7 @@ var haveMp4 = (getPref("media.wmf.enabled") && IsWindowsVistaOrLater()) ||
check_mp4(document.getElementById('v'), haveMp4);
-var haveMp3 = getPref("media.directshow.enabled") ||
- (getPref("media.wmf.enabled") && IsWindowsVistaOrLater()) ||
+var haveMp3 = getPref("media.wmf.enabled") ||
(IsLinux() && getPref("media.ffmpeg.enabled")) ||
(IsSupportedAndroid() &&
((IsJellyBeanOrLater() && getPref("media.android-media-codec.enabled")) ||