tenfourfox/layout/reftests/font-matching/synthetic-bold-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
315 B
HTML

<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>