summaryrefslogtreecommitdiffstats
path: root/dom/media/tests/crashtests/791270.html
blob: 627552fb840018c5313cba4064b297fdccba72bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=791270
-->
<head>
  <meta charset="utf-8">
  <title>Simple PeerConnection Video Test</title>
  <script type="application/javascript">
    var pc = new RTCPeerConnection();
    pc.addStream(undefined);
  </script>
</head>

<body>
</body>
</html>