summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/ivs-1.html
blob: bdd417731d47022d46294065e84d98928714d5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
@font-face { font-family: IVSテスト; src: url('../fonts/gw432047.ttf') format("truetype"); }
body { background: white }
span { font-size: 72pt; font-family: IVSテスト, serif; border: 1px red solid }
</style>
</head>
<body>
<span>&#xE0100;&#xE0101;</span>
</body>
</html>