layout/reftests/bugs/391045-ref.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 <!-- Reftest for bug 391045 -->
     3 <html>
     4  <head>
     5   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     6   <title>reftest for bug 391045</title>
     7  </head>
     8  <style type="text/css">
     9  body {
    10    font-size: 24pt;
    11  }
    12  </style>
    13  <body>
    14   <p>നെ തുടര്‍ന്നാണ് ആര&zwj;&zwnj;.</p>
    15   <!-- note the extra zwnj before the period; this is needed to prevent
    16        the zwj causing font fallback choices to propagate further
    17        (see gfxFontGroup::FindFontForChar). -->
    18  </body>
    19 </html>

mercurial