summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/graphite-02-ref.html
blob: 2e00202bc9013dda0a297f74f789ff0edb778fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
@font-face {
  font-family: PigLatin;
  src: url(../fonts/sil/PigLatin-nographite.ttf);
}

body {
  font: 34px PigLatin;
  width: 5em;
  line-height: 2em;
}
</style>
</head>
<body>
<p>
Igpay<br>Atinlay
</p>
</body>
</html>