# HG changeset patch # User Paul Adenot # Date 1377605216 -7200 # Tue Aug 27 14:06:56 2013 +0200 # Node ID 235b7dfca2979b8148640215c41ebe35da422c53 # Parent 23789cfc9787c35952b0a2472dc566d399f3137b Bug 881959 - Tests for cycles with AudioNodes. 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 @@ -57,16 +57,17 @@ MOCHITEST_FILES := \ test_channelSplitterNode.html \ test_channelSplitterNodeWithVolume.html \ test_convolverNode.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_mediaElementAudioSourceNode.html \ test_mediaStreamAudioDestinationNode.html \ test_mediaStreamAudioSourceNode.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,116 @@ + + + + Test whether we can create an AudioContext interface + + + + +
+
+
+
+ +