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 <style>
4 #thediv {
5 width: 400px;
6 height: 250px;
7 position: absolute;
8 top: -500px;
9 left: -500px;
10 box-shadow: 540px 540px 10.5px black;
11 }
13 #blankdiv {
14 width: 400px;
15 height: 250px;
16 background-color: white;
17 position: absolute;
18 top: 40px;
19 left: 40px;
20 }
21 </style>
23 <div id="thediv"> </div>
24 <div id="blankdiv"> </div>