layout/reftests/text/subpixel-glyphs-x-1b.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 lang="en">
     3 <head>
     4         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     5         <meta http-equiv="Content-Style-Type" content="text/css">
     6         <style type="text/css">
     7           body {
     8              text-rendering: optimizeLegibility;
     9              font-size: 13px;
    10           }
    11           div {
    12              border: none;
    13              padding: 0px;
    14           }
    15         </style>
    16 </head>
    17 <body>
    18   <div style="position:fixed; left:10.4px">
    19     <div style="font-family: DejaVu Sans, Tahoma, sans-serif">
    20       oxoxoxoxoxoxox
    21     </div>
    22     <div style="font-family: DejaVu Sans, sans-serif">
    23       rnrnrnrnrnrnrn
    24     </div>
    25     <div style="font-family: Tahoma, sans-serif">
    26       zezezezezezeze
    27     </div>
    28   </div>
    29 </body>

mercurial