Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / cg-fallback-bolding.html
blobc388273307486d7ba406af4c1277d3d3724cf532
1 <script src="../../resources/ahem.js"></script>
2 <p>The single Hebrew glyph below should be in the Lucida Grande font. It should not be a synthetic bold, because the first font in the list (Ahem)
3 does not have the glyph. Therefore we fall back to the second font in the list (Lucida Grande), which does support bold. This test is making sure
4 we don't make incorrect assumptions based off the fact that we would have to synthesize bold for the first font in the list.
6 </p>
7 <p style="font-size:128px;font-weight:bold; font-family: Ahem, 'Lucida Grande'">
8 &#x05d0;</p>