Bug 860143 - Crashtest for NrIceStunServer::ToNicerStunStruct assertion failure. r=abr

This commit is contained in:
Jason Smith 2013-05-01 20:56:31 -07:00
parent c51e9cc63f
commit 157c2753ee
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=860143
-->
<head>
<meta charset="utf-8">
<title>bug 860143</title>
<script type="application/javascript">
function start() {
var o0 = new window.mozRTCPeerConnection({
iceServers: [
{
url: "turn:AAAAAAAAAAAAAAAAA AAAAAAAAAAA AAAAAAAAAAAAA AA AAAAA AAAAAAAAAAA AAAAAAAAAAAAAAAA AAAAA AAAAAAAAAA, AAAAAAAAAAAAAAAA AAA AAAAAAAAAAAAAAA"
}
]
});
o0.close();
}
</script>
</head>
<body onload="start()">
</body>
</html>

View File

@ -12,5 +12,6 @@ load 836349.html
load 837324.html
load 837421.html
load 855796.html
load 860143.html
load 861958.html
load 863929.html