Bug 1943514 - Close the RC sidebar panel when users opt out of/turn off Review Checke...
[gecko.git] / dom / media / tests / crashtests / 791270.html
blob627552fb840018c5313cba4064b297fdccba72bd
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=791270
5 -->
6 <head>
7 <meta charset="utf-8">
8 <title>Simple PeerConnection Video Test</title>
9 <script type="application/javascript">
10 var pc = new RTCPeerConnection();
11 pc.addStream(undefined);
12 </script>
13 </head>
15 <body>
16 </body>
17 </html>