dom/media/tests/crashtests/791270.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:9bb92bb561e3
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 mozRTCPeerConnection();
11 pc.addStream(undefined);
12 </script>
13 </head>
14
15 <body>
16 </body>
17 </html>

mercurial