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 lang="en-US">
3 <head>
4 <meta charset="utf-8">
5 <title>Test for bold when system fallback is used</title>
6 </head>
7 <body>
8 <!--
9 -- Chess symbols will use Droid Sans Fallback on Android,
10 -- which only has a single weight.
11 --
12 -- On some platforms there may be "regular" glyphs in the Bold face
13 -- of the fallback font used (e.g. Menlo on OS X), so this will
14 -- not reliably pass there.
15 -->
16 <p>♔♕♖♗♘♙</p>
17 <p>♔♕♖♗♘♙</p>
18 </body>
19 </html>