Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <html><head>
2 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
3 <script>
4 function load() {
5 function next() {
6 if (count < 5)
7 iframe.src = 'data:text/html,iframe ' + (++count);
8 }
10 var count = 0;
11 var iframe = document.createElement('iframe');
12 iframe.onload = function () { setTimeout(next, 0) };
13 document.body.appendChild(iframe);
15 setTimeout(next, 0);
16 }
17 </script>
18 </head>
20 <body onload="load()">
21 Testcase
22 </body>
23 </html>