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>
3 <head>
4 <title>CSS Reference: Test for vertical-align:calc()</title>
5 <link rel="author" title="L. David Baron" href="http://dbaron.org/">
6 <meta name="flags" content="">
8 <div style="line-height: 100px; margin-top: 100px">
9 <span>x</span>
10 <span style="vertical-align: 50px">x</span>
11 <span style="vertical-align: 50px">x</span>
12 <span style="vertical-align: 75px">x</span>
13 <span style="vertical-align: 45px">x</span>
14 <span style="vertical-align: 40px">x</span>
15 <span style="vertical-align: 30px">x</span>
16 </div>
17 </body>
18 </html>