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>Test for bidi splitting and :first-letter</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta http-equiv="Content-Style-Type" content="text/css">
7 <style type="text/css">
9 p { unicode-bidi: bidi-override; }
10 p:first-letter { float:left; font-size: 2em; }
12 </style>
13 </head>
14 <body>
16 <p>This has AB<span style="background:yellow">CD</span>תש<span style="background:yellow">בא</span></p>
18 </body>
19 </html>