summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/synthetic-bold-metrics-01-notref.html
blob: 47964e6f09c947453c1400e267077ee8ffad4371 (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>
<style type="text/css">
@font-face {
  font-family: dejavu;
  src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
}

p {
  font: 32px dejavu; /* family with only a single weight */
}

.test {
  color: white; /* hide the text, we're only comparing metrics */
}
</style>
</head>
<body>
<p>AbcdefghijklmnopqrstuvwxyZ</p>
<p>A<span class="test">bcdefghijklmnopqrstuvwxy</span>Z</p>
</body>
</html>