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 xmlns="http://www.w3.org/1999/xhtml">
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=357450
5 -->
7 <head>
8 <title>Test for Bug 357450</title>
9 <script type="text/javascript"
10 src="/tests/SimpleTest/SimpleTest.js"></script>
11 <script type="text/javascript" src="test_bug357450.js"></script>
12 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
13 </head>
15 <body>
17 <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=357450"
18 target="_blank">Mozilla Bug 357450</a>
20 <p id="display"></p>
21 <span class="classtest">hmm</span>
22 <span class="classtest">hmm</span>
24 <div id="content" style="display: block">
25 <a name="nametest">hmm</a>
26 <b class="foo">hmm</b>
27 <b id="test1" class="test1">hmm</b>
28 <b id="test2" class="test2">hmm</b>
29 <b id="int-class" class="1">hmm</b>
30 <span class="classtest">hmm</span>
32 <div id="example">
33 <p id="p1" class="aaa bbb"/>
34 <p id="p2" class="aaa ccc"/>
35 <p id="p3" class="bbb ccc"/>
36 </div>
38 </div>
39 </body>
40 </html>