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><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Testcase for bug 724352</title>
5 <style type="text/css">
7 html,body {
8 color:black; background-color:white; font-size:16px; padding:0; margin:0;
9 }
11 x1,x2,x3,x4,x5,x6 { display:block; }
12 x2 { overflow:auto; width:100px; background:grey; }
13 x4 { width: 70px; }
14 x3 { width: 70px; padding-left: 20px; padding-right: 10px; }
15 </style>
16 </head>
17 <body>
19 <x1><x2 style="height:50px;">
20 <x3><x4 style="height:20px; background:lime; "></x4></x3>
21 </x2></x1>
24 </body>
25 </html>