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 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=597345
5 -->
6 <head>
7 <title>Test for Bug 597345</title>
8 <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
10 </head>
11 <body>
12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=597345">Mozilla Bug 597345</a>
13 <pre id="test">
14 <!-- We want no spaces inside span id="target". The 'stray' close comment at
15 the end of that span needs to be there! -->
16 <span id="target"><script
17 src="script-1_bug597345.sjs"></script><script
18 charset="ISO-5559-1" src="script-2_bug597345.js"></script>--></span>
19 <script type="application/javascript">
21 /** Test for Bug 597345 **/
22 is($("target").textContent, "R\u00e4ksm\u00f6rg\u00e5s",
23 "script-2 should be decoded as UTF-8");
24 </script>
25 </pre>
26 </body>
27 </html>