зеркало из https://github.com/mozilla/gecko-dev.git
Bug 791278 - Crash test for WebRTC crash [@sipcc::PeerConnectionImpl::SetLocalDescription]. r=jesup
This commit is contained in:
Родитель
412ec49d18
Коммит
fa81f0cb29
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<!--
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=791278
|
||||
-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Simple PeerConnection Video Test - Invalid callback</title>
|
||||
<script type="application/javascript">
|
||||
var pc1 = new mozPeerConnection();
|
||||
pc1.setLocalDescription(function() {});
|
||||
|
||||
var pc2 = new mozPeerConnection();
|
||||
pc2.setRemoteDescription(function() {});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
|
@ -1 +1,2 @@
|
|||
pref(media.peerconnection.enabled,true) load 791270.html
|
||||
pref(media.peerconnection.enabled,true) load 791278.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче