diff --git a/content/media/webaudio/test/Makefile.in b/content/media/webaudio/test/Makefile.in index 989bb1032610..9e88db7c9d0f 100644 --- a/content/media/webaudio/test/Makefile.in +++ b/content/media/webaudio/test/Makefile.in @@ -51,6 +51,7 @@ MOCHITEST_FILES := \ test_channelMergerNodeWithVolume.html \ test_channelSplitterNode.html \ test_channelSplitterNodeWithVolume.html \ + test_convolverNode.html \ test_currentTime.html \ test_delayNode.html \ test_delayNodeSmallMaxDelay.html \ diff --git a/content/media/webaudio/test/test_convolverNode.html b/content/media/webaudio/test/test_convolverNode.html new file mode 100644 index 000000000000..3363a955e236 --- /dev/null +++ b/content/media/webaudio/test/test_convolverNode.html @@ -0,0 +1,35 @@ + + +
++ ++ +