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

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