From 7f6daeea340a650e31cc3b4607007e350046c33c Mon Sep 17 00:00:00 2001 From: Andreas Pehrson Date: Mon, 2 Mar 2015 18:07:20 +0800 Subject: [PATCH] Bug 1081819 - Add mochitest for piping WebAudio in and out of PeerConnection. r=jesup,padenot --- dom/media/tests/mochitest/mochitest.ini | 2 + .../test_peerConnection_webAudio.html | 117 ++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100644 dom/media/tests/mochitest/test_peerConnection_webAudio.html diff --git a/dom/media/tests/mochitest/mochitest.ini b/dom/media/tests/mochitest/mochitest.ini index 0cdee3c9cf25..8e235ffc877a 100644 --- a/dom/media/tests/mochitest/mochitest.ini +++ b/dom/media/tests/mochitest/mochitest.ini @@ -178,6 +178,8 @@ skip-if = toolkit == 'gonk' # b2g (Bug 1059867) skip-if = toolkit == 'gonk' # b2g (Bug 1059867) [test_peerConnection_addDataChannelNoBundle.html] skip-if = toolkit == 'gonk' # b2g (Bug 1059867) +[test_peerConnection_webAudio.html] +skip-if = toolkit == 'gonk' # b2g (Bug 1059867) # Bug 950317: Hack for making a cleanup hook after finishing all WebRTC cases [test_zmedia_cleanup.html] diff --git a/dom/media/tests/mochitest/test_peerConnection_webAudio.html b/dom/media/tests/mochitest/test_peerConnection_webAudio.html new file mode 100644 index 000000000000..0d570873c823 --- /dev/null +++ b/dom/media/tests/mochitest/test_peerConnection_webAudio.html @@ -0,0 +1,117 @@ + + + + + + +
+
+
+ +