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