Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=861958
5 -->
6 <head>
7 <meta charset="utf-8">
8 <title>bug 861958</title>
9 <script type="application/javascript">
10 function start() {
11 var o0 = new window.mozRTCPeerConnection();
12 var o1 = o0.createDataChannel("foo", {
13 "protocol": "text/char",
14 "preset": false,
15 "stream": 512
16 });
17 o0.close();
18 }
19 </script>
20 </head>
22 <body onload="start()">
23 </body>
24 </html>