summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/color-2-notref.html
blob: eeb61944ada56a4fcd264380c25995074f2b6349 (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: colr-unset;
  src: url("../fonts/colr-unset.ttf");
}

span {
  font-family: colr-unset;
  font-size: 25pt;
}
</style>
</head>
<body>
<span>D</span><span>D</span><span>D</span>
</body>
</html>