layout/reftests/font-matching/bold-system-fallback-2.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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>&#x2654;&#x2655;&#x2656;&#x2657;&#x2658;&#x2659;</p>
    17 <p><b>&#x2654;&#x2655;&#x2656;&#x2657;&#x2658;&#x2659;</b></p>
    18 </body>
    19 </html>

mercurial