Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: LayoutTests/fast/text/cg-fallback-bolding.html

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <script src="../../resources/ahem.js"></script>
1 <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) 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)
2 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 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
3 we don't make incorrect assumptions based off the fact that we would have to syn thesize bold for the first font in the list. 4 we don't make incorrect assumptions based off the fact that we would have to syn thesize bold for the first font in the list.
4 5
5 </p> 6 </p>
6 <p style="font-size:128px;font-weight:bold; font-family: Ahem, 'Lucida Grande'"> 7 <p style="font-size:128px;font-weight:bold; font-family: Ahem, 'Lucida Grande'">
7 &#x05d0;</p> 8 &#x05d0;</p>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/bidi-explicit-embedding-past-end.html ('k') | LayoutTests/fast/text/ellipsis-stroked.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698