layout/reftests/bugs/502795-1-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 <title>bug 502795 - letterspace with downloaded font</title>
     4 </head>
     5 <style type="text/css">
     6 @font-face {
     7     font-family: test;
     8     src: url(../fonts/MarkA.ttf);
     9 }
    10 p {
    11     font-family: test;
    12     font-size: 24pt;
    13 }
    14 </style>
    15 <body>
    16 <p>A</p>
    17 </body>
    18 </html>

mercurial