summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/475092-pos.html
blob: 9c907d08f10bae7f637b1e2ae7a97e746aeb2d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
  <style type="text/css">
    @font-face {
	  font-family: Pos;
	  src: url(../fonts/PositioningTest1.ttf);
	}
	p {
	  font-family: Pos;
	  font-size: 50px;
	  opacity: 0.5;
	}
  </style>
</head>
<body>
  <!-- The PositioningTest2 font uses a GPOS positioning lookup
       to replace the 'o' with a raised version of the glyph -->
  <p>Hello World!</p>
</body>