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 Test: Test for vertical-align:calc()</title>
5 <link rel="author" title="L. David Baron" href="http://dbaron.org/">
6 <link rel="help" href="http://www.w3.org/TR/css3-values/#calc-notation">
7 <meta name="flags" content="">
9 <div style="line-height: 100px; margin-top: 100px">
10 <span>x</span>
11 <span style="vertical-align: calc(50px)">x</span>
12 <span style="vertical-align: calc(50%)">x</span>
13 <span style="vertical-align: calc(25px + 50%)">x</span>
14 <span style="vertical-align: calc(150% / 2 - 30px)">x</span>
15 <span style="vertical-align: calc(40px + 10% - 20% / 2)">x</span>
16 <span style="vertical-align: calc(40px - 10%)">x</span>
17 </div>
18 </body>
19 </html>