| Index: LayoutTests/fast/text/cg-fallback-bolding.html
|
| diff --git a/LayoutTests/fast/text/cg-fallback-bolding.html b/LayoutTests/fast/text/cg-fallback-bolding.html
|
| index eb70f52b04c16481d9c50761ff8e08420a43ef19..c388273307486d7ba406af4c1277d3d3724cf532 100644
|
| --- a/LayoutTests/fast/text/cg-fallback-bolding.html
|
| +++ b/LayoutTests/fast/text/cg-fallback-bolding.html
|
| @@ -1,7 +1,8 @@
|
| +<script src="../../resources/ahem.js"></script>
|
| <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)
|
| 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
|
| we don't make incorrect assumptions based off the fact that we would have to synthesize bold for the first font in the list.
|
|
|
| </p>
|
| <p style="font-size:128px;font-weight:bold; font-family: Ahem, 'Lucida Grande'">
|
| -א</p>
|
| +א</p>
|
|
|