From 38681499ef0c9c304f9a3688cb44573e20ff9e8e Mon Sep 17 00:00:00 2001 From: Bryce Van Dyk Date: Wed, 31 May 2017 08:58:06 +1200 Subject: [PATCH] Bug 1368490 - Add crashtest for media recorder when reducing number of source stream channels. r=jesup MozReview-Commit-ID: Fi5h2ESokBV --HG-- extra : source : 6a3f54a2a0f6594f978edb2b2623c0047dbe6d19 extra : amend_source : 8575007fdb0fcb9e8c7b3455144cf7b9765bffbb --- dom/media/test/crashtests/1368490.html | 30 +++++++++++++++++++++++ dom/media/test/crashtests/crashtests.list | 1 + 2 files changed, 31 insertions(+) create mode 100644 dom/media/test/crashtests/1368490.html diff --git a/dom/media/test/crashtests/1368490.html b/dom/media/test/crashtests/1368490.html new file mode 100644 index 000000000000..8a2d9f96742d --- /dev/null +++ b/dom/media/test/crashtests/1368490.html @@ -0,0 +1,30 @@ + + + + Bug 1368490 : Crash if media recorder source stream reduces number of channels. + + + + + diff --git a/dom/media/test/crashtests/crashtests.list b/dom/media/test/crashtests/crashtests.list index 4bae4ed4fd6e..862fc08958a9 100644 --- a/dom/media/test/crashtests/crashtests.list +++ b/dom/media/test/crashtests/crashtests.list @@ -83,6 +83,7 @@ load 1185176.html load 1185192.html load 1304948.html load 1319486.html +load 1368490.html load 1291702.html load 1384248.html load disconnect-wrong-destination.html