summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-transform/fake-small-caps-1.html
blob: 21d83c36368730718f7d4d4bdfeb4f8cf26d8480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
/* load a font that does NOT support the 'smcp' feature */
@font-face {
  font-family: test;
  src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
}
body {
  font: 100px test;
}
</style>
</head>
<body>
<div style="font-variant:small-caps">Small Caps
</body>
</html>