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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <style>
5 body > div { overflow: visible }
6 .test { height: 20px; background: green }
7 #test2 { padding: 0 100px }
8 #test3 { padding: 0 100px; width: 250px }
9 #test4 { padding: 0 10% }
10 #test5 { padding: 0 10%; width: 250px }
11 body { width: 500px }
12 </style>
13 </head>
15 <body>
16 <div id="test1">
17 <div class="test"></div>
18 </div>
19 <div id="test2">
20 <div class="test"></div>
21 </div>
22 <div id="test3">
23 <div class="test"></div>
24 </div>
25 <div id="test4">
26 <div class="test"></div>
27 </div>
28 <div id="test5">
29 <div class="test"></div>
30 </div>
31 </body>
32 </html>