diff options
author | trav90 <travawine@palemoon.org> | 2018-12-01 09:42:39 -0600 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-12-01 09:42:39 -0600 |
commit | caabbb2a094d69852ca7e9a4aca63f53ed517596 (patch) | |
tree | 15cf5633da5d32a489dde5a78b40f3bc95495dba /dom/media/test/manifest.js | |
parent | f2723fc8bf8c961af2d29252f380544c47c72371 (diff) | |
download | UXP-caabbb2a094d69852ca7e9a4aca63f53ed517596.tar UXP-caabbb2a094d69852ca7e9a4aca63f53ed517596.tar.gz UXP-caabbb2a094d69852ca7e9a4aca63f53ed517596.tar.lz UXP-caabbb2a094d69852ca7e9a4aca63f53ed517596.tar.xz UXP-caabbb2a094d69852ca7e9a4aca63f53ed517596.zip |
Remove DirectShowReader Part 4: Tests
Diffstat (limited to 'dom/media/test/manifest.js')
-rw-r--r-- | dom/media/test/manifest.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/media/test/manifest.js b/dom/media/test/manifest.js index 7e30cc97d..52e53a271 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 |