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

Unified 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 side-by-side diff with in-line comments
Download patch
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'">
-&#x05d0;</p>
+&#x05d0;</p>
« 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