layout/reftests/bugs/502795-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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     letter-spacing: 10px;
    14 }
    15 </style>
    16 <!-- with letterspacing, the downloaded font will fail to render
    17      via coretext due to bug 502795 -->
    18 <body>
    19 <p>A</p>
    20 </body>
    21 </html>

mercurial