From 04805b601fc9a459d8543c6bdbb4700cedd3010e Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 5 Feb 2013 00:23:51 -0800 Subject: [PATCH] bug 837421 - Crashtest for WebRTC ConnectionDataConnection causes assertion failures if called a second time. r=jesup --- dom/media/tests/crashtests/837421.html | 29 ++++++++++++++++++++++ dom/media/tests/crashtests/crashtests.list | 3 ++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 dom/media/tests/crashtests/837421.html diff --git a/dom/media/tests/crashtests/837421.html b/dom/media/tests/crashtests/837421.html new file mode 100644 index 000000000000..e57450c85126 --- /dev/null +++ b/dom/media/tests/crashtests/837421.html @@ -0,0 +1,29 @@ + + + + + + Bug 837421 + + + + + diff --git a/dom/media/tests/crashtests/crashtests.list b/dom/media/tests/crashtests/crashtests.list index 7bd5222728c8..e30a96d08cf0 100644 --- a/dom/media/tests/crashtests/crashtests.list +++ b/dom/media/tests/crashtests/crashtests.list @@ -8,5 +8,6 @@ load 799419.html load 801227.html load 802982.html load 812785.html -load 834100.html load 822197.html +load 834100.html +load 837421.html