dom/media/tests/crashtests/860143.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE HTML>
     2 <html>
     3 <!--
     4 https://bugzilla.mozilla.org/show_bug.cgi?id=860143
     5 -->
     6 <head>
     7   <meta charset="utf-8">
     8   <title>bug 860143</title>
     9   <script type="application/javascript">
    10     function start() {
    11       var o0 = new window.mozRTCPeerConnection({
    12         iceServers: [
    13           {
    14             url: "turn:AAAAAAAAAAAAAAAAA        AAAAAAAAAAA  AAAAAAAAAAAAA AA AAAAA        AAAAAAAAAAA  AAAAAAAAAAAAAAAA AAAAA        AAAAAAAAAA, AAAAAAAAAAAAAAAA        AAA    AAAAAAAAAAAAAAA"
    15           }
    16         ]
    17       });
    18       o0.close();
    19     }
    20   </script>
    21 </head>
    23 <body onload="start()">
    24 </body>
    25 </html>

mercurial