<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<title>CSS Test: MacOS synthesizing glyphs</title>
<link rel="match" href="font-glyph-synthesis-mac-expected.html">
<meta name="assert"
content="This test is Mac specific, it checks cases when hyphen character is being synthesized in Arial font on Mac">
<body>
<p style="font-family: Arial;">-</p>
<p style="font-family: Arial;">‐</p>
<p style="font-family: Arial;">‑</p>
</body>