From 072d9c439215c53907c6176811d3620c3fe17ed7 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 28 Jan 2015 14:05:56 -0800 Subject: [PATCH] Bug 1119593 - Adding test for legacy PC callback functions, r=drno,jib --HG-- extra : rebase_source : a1ef753b0b8592504dc6b3e4ffbc7bbeecd0bc20 --- dom/media/tests/mochitest/mochitest.ini | 2 + .../test_peerConnection_callbacks.html | 96 +++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 dom/media/tests/mochitest/test_peerConnection_callbacks.html diff --git a/dom/media/tests/mochitest/mochitest.ini b/dom/media/tests/mochitest/mochitest.ini index e60edc80f6fa..c2e73c42c9a3 100644 --- a/dom/media/tests/mochitest/mochitest.ini +++ b/dom/media/tests/mochitest/mochitest.ini @@ -111,6 +111,8 @@ skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabl skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) [test_peerConnection_promiseSendOnly.html] skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) +[test_peerConnection_callbacks.html] +skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) [test_peerConnection_replaceTrack.html] skip-if = toolkit == 'gonk' # b2g(Bug 960442, video support for WebRTC is disabled on b2g) [test_peerConnection_syncSetDescription.html] diff --git a/dom/media/tests/mochitest/test_peerConnection_callbacks.html b/dom/media/tests/mochitest/test_peerConnection_callbacks.html new file mode 100644 index 000000000000..2e74df479147 --- /dev/null +++ b/dom/media/tests/mochitest/test_peerConnection_callbacks.html @@ -0,0 +1,96 @@ + + + + + + + + + + +
+
+
+
+ +