summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/arialunicode-bold.html
blob: 3b765c3801126d48bae97608611cc0a0d86953a6 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  
<style type="text/css">
body { margin: 50px; font-size: 72pt; }
#test { font-family: Arial Unicode MS, serif; font-weight: bold; }
</style>
</head>
<body><p id="test">Bongo</p></body>
</html>