blob: c8a4f60c5e3afba17577ac2a3127815948900c08 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that bold &amp; thin italicized system fonts render without synthetic bold.
<div style="font: 100px system-ui; font-synthesis: none; font-style: italic;">
<span style="font-weight: 100;">a</span>
<span style="font-weight: 700;">a</span>
</div>
</body>
</html>