summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-transform/opentype-small-caps-1-notref.html
blob: fd6ace0774a80dc3c156520181129ce90b4ee677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
/* load a font that supports the OpenType 'smcp' feature */
@font-face {
  font-family: test;
  src: url(../fonts/LinLibertine_Re-4.7.5.woff);
}
body {
  font: 100px test;
}
span {
  font-size: 80px;
}
</style>
</head>
<body>
<div>S<span>MALL</span> C<span>APS</span>
</body>
</html>