layout/reftests/bugs/481948-2-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 <html>
     2 <head>
     3 <style type="text/css">
     4 body {
     5   /* try for some likely fonts that might implement the "fi" ligature */
     6   font-family: Times, Calibri, Palatino Linotype, DejaVu Serif, serif;
     7   font-size: 40pt;
     8 }
     9 .R {
    10   color: #FF0000;
    11 }
    12 .G {
    13   color: #00FF00;
    14 }
    15 </style>
    16 </head>
    17 <body>
    18 <span class="R">fi</span>
    19 </body>
    20 </html>

mercurial