diff --git a/dom/media/webaudio/test/mochitest.ini b/dom/media/webaudio/test/mochitest.ini index 6a5fbd9d25f5..cd2976ba9c8f 100644 --- a/dom/media/webaudio/test/mochitest.ini +++ b/dom/media/webaudio/test/mochitest.ini @@ -127,6 +127,7 @@ skip-if = toolkit == 'android' # bug 1056706 [test_gainNode.html] [test_gainNodeInLoop.html] [test_gainNodePassThrough.html] +[test_iirFilterNodePassThrough.html] [test_maxChannelCount.html] skip-if = buildapp == 'mulet' [test_mediaDecoding.html] diff --git a/dom/media/webaudio/test/test_iirFilterNodePassThrough.html b/dom/media/webaudio/test/test_iirFilterNodePassThrough.html new file mode 100644 index 000000000000..7773a5b82777 --- /dev/null +++ b/dom/media/webaudio/test/test_iirFilterNodePassThrough.html @@ -0,0 +1,47 @@ + + + + Test IIRFilterNode with passthrough + + + + + +
+
+
+ +