# HG changeset patch

# User Jason Smith <jsmith@mozilla.com>
# Date 1364784773 25200
# Node ID 509272e28c38cc8962e67465e3be58281d9af33a
# Parent  0b7c27024048cdfbbd62005d1c4ad5e7f6edf8a8
bug 836349 - Crashtest for bug 836349. r=abr
This commit is contained in:
Adam Roach [:abr] 2013-04-08 16:14:24 -05:00
parent c3533ba248
commit b6a0057d67
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=836349
-->
<head>
<meta charset="utf-8">
<title>Bug 836349</title>
<script type="application/javascript">
function crash()
{
var pc = new mozRTCPeerConnection();
var ld = pc.localDescription;
dump(ld.sdp);
}
</script>
</head>
<body onload="crash();">
</html>

View File

@ -8,6 +8,7 @@ load 799419.html
load 802982.html
load 812785.html
load 834100.html
load 836349.html
load 837324.html
load 837421.html
load 855796.html