summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/ivs-1-ref.html
blob: 0c71c77f39172b77d31927532c38e6f8d0a37021 (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>&#xE000;&#xE001;</span>
</body>
</html>