# HG changeset patch # User Paul Adenot # Date 1378127691 -7200 # Mon Sep 02 15:14:51 2013 +0200 # Node ID 0f17454926fcd5cc0d00fe0840529ea0f033b101 # Parent 4bc4ceb2e671c6b8ba67faf417908ed7bb2963f2 Bug 881959 - Tests for cycles in WebAudio graphs. r= diff --git a/content/media/webaudio/test/Makefile.in b/content/media/webaudio/test/Makefile.in --- a/content/media/webaudio/test/Makefile.in +++ b/content/media/webaudio/test/Makefile.in @@ -50,16 +50,17 @@ MOCHITEST_FILES := \ test_channelSplitterNodeWithVolume.html \ test_convolverNode.html \ test_convolverNodeWithGain.html \ test_convolverNode_mono_mono.html \ test_currentTime.html \ test_delayNode.html \ test_delayNodeSmallMaxDelay.html \ test_delayNodeWithGain.html \ + test_delayNodeCycles.html \ test_dynamicsCompressorNode.html \ test_gainNode.html \ test_gainNodeInLoop.html \ test_maxChannelCount.html \ test_mediaDecoding.html \ test_decodeMultichannel.html \ test_mediaElementAudioSourceNode.html \ test_mediaStreamAudioDestinationNode.html \ diff --git a/content/media/webaudio/test/test_delayNodeCycles.html b/content/media/webaudio/test/test_delayNodeCycles.html new file mode 100644 --- /dev/null +++ b/content/media/webaudio/test/test_delayNodeCycles.html @@ -0,0 +1,171 @@ + + + + Test the support of cycles. + + + + +
+
+
+
+ +