summaryrefslogtreecommitdiffstats
path: root/dom/media/webaudio/test/test_mediaDecoding.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /dom/media/webaudio/test/test_mediaDecoding.html
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/media/webaudio/test/test_mediaDecoding.html')
-rw-r--r--dom/media/webaudio/test/test_mediaDecoding.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/dom/media/webaudio/test/test_mediaDecoding.html b/dom/media/webaudio/test/test_mediaDecoding.html
index e76a533e4a..c2105b53b9 100644
--- a/dom/media/webaudio/test/test_mediaDecoding.html
+++ b/dom/media/webaudio/test/test_mediaDecoding.html
@@ -197,18 +197,6 @@
{ url: "invalid.txt", valid: false, sampleRate: 44100 },
// A webm file with no audio
{ url: "noaudio.webm", valid: false, sampleRate: 48000 },
- // A video ogg file with audio
- {
- url: "audio.ogv",
- valid: true,
- expectedUrl: "audio-expected.wav",
- numberOfChannels: 2,
- sampleRate: 44100,
- frames: 47680,
- duration: 1.0807,
- fuzzTolerance: 106,
- fuzzToleranceMobile: 3482
- },
{
url: "nil-packet.ogg",
expectedUrl: null,