summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/synthetic-bold-1.html
blob: 77588b06bb86b5e63b9e49d5fe023d32546ea7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style type="text/css">
body { font-family: Symbol, OpenSymbol, "Standard Symbols L"; font-size: 2em; }
</style>
</head>
<!-- if synthetic bolding is working, this should NOT match the reference -->
<body>
<p>&#xf061;&#xf062;&#xf063; abc</p>
<p><b>&#xf061;&#xf062;&#xf063; abc</b></p>
</body>
</html>