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

Unified Diff: LayoutTests/svg/custom/svg-fonts-segmented.xhtml

Issue 244253003: SimpleFontData::fillGlyphPage should not set zero for missing glyphs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix expectation Created 6 years, 8 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
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range-expected.html ('k') | Source/core/svg/SVGFontData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/svg-fonts-segmented.xhtml
diff --git a/LayoutTests/svg/custom/svg-fonts-segmented.xhtml b/LayoutTests/svg/custom/svg-fonts-segmented.xhtml
index 4288964d960bb37b7674f308a0cc279ad6c8db9a..92cf6ef296ccda4150ec4b515a3bb31875408713 100644
--- a/LayoutTests/svg/custom/svg-fonts-segmented.xhtml
+++ b/LayoutTests/svg/custom/svg-fonts-segmented.xhtml
@@ -18,7 +18,7 @@
@font-face {
font-family: 'TestFont';
src: url('#TestFont') format(svg);
- unicode-range: U+6F; /* 'o' */
+ unicode-range: U+66, U+6F; /* 'f' (missing glyph) and 'o' */
}
</style>
</head>
« no previous file with comments | « LayoutTests/fast/css/font-face-unicode-range-expected.html ('k') | Source/core/svg/SVGFontData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698