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 <!-- Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html>
6 <head>
7 <meta charset="UTF-8">
8 <title>Developer Toolbar Tests</title>
9 <style type="text/css">
10 #single { color: red; }
11 </style>
12 <script type="text/javascript">var a=1;</script>
13 </head>
14 <body>
16 <p id=single>
17 1
18 </p>
20 <p class=twin>
21 2a
22 </p>
24 <p class=twin>
25 2b
26 </p>
28 <style>
29 .twin { color: blue; }
30 </style>
31 <script>var b=2;</script>
33 </body>
34 </html>