layout/reftests/font-matching/syntheticbold-rotated-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 <html>
     3 <head>
     4 <title>rotated synthetic bold</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 @font-face {
    10   font-family: libertine;
    11   src: url(../fonts/LinLibertine_Re-4.7.5.woff);
    12 }
    14 body {
    15   margin: 150px 0px;
    16   font-size: 800%;
    17 }
    19 p { margin: 0; }
    21 .test {
    22   font-family: libertine;
    23   display: inline-block;
    24   transform: rotate(90deg);
    25 }
    27 </style>
    29 </head>
    30 <body>
    32 <p><span class="test">uh oh!</span></p>
    34 </body>
    35 </html>

mercurial