summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/subpixel-glyphs-x-2a.html
blob: cfa0f7b8965fd67dbfa906bd6b88b802e314ebec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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">
    o
  </div>
</body>