summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-matching/synthetic-bold-2.html
blob: 7da903c1469cbed219f88155587dc515abc6aff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style type="text/css">
body { font-family: "Apple Chancery", Impact, "Microsoft Sans Serif", "URW Chancery L"; font-size: 2em; }
</style>
</head>
<!-- if synthetic bolding is working, this should NOT match the reference -->
<body>
<p>Hello World</p>
<p><b>Hello World</b></p>
</body>
</html>