summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/color-1-notref.html
blob: 85a9e74df54859862a8672a5ac8493ac31688a1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
  font-family: emoji;
  src: url("../fonts/emoji.ttf");
}

span {
  font-family: emoji;
  font-size: 25pt;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>