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

Unified Diff: LayoutTests/fast/text/fallback-for-custom-font.html

Issue 300393003: Mac: Fix fallback font selection for custom fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline for a virtual test Created 6 years, 7 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/fallback-for-custom-font.html
diff --git a/LayoutTests/fast/text/fallback-for-custom-font.html b/LayoutTests/fast/text/fallback-for-custom-font.html
new file mode 100644
index 0000000000000000000000000000000000000000..844aa325eedebc9fe270d4108b1e878eb52d7f8c
--- /dev/null
+++ b/LayoutTests/fast/text/fallback-for-custom-font.html
@@ -0,0 +1,18 @@
+<style>
+@font-face {
+ font-family: Custom;
+ src: url(../../resources/Ahem.ttf);
+}
+.test {
+ font-family: Custom;
+ font-style: italic;
+ font-size: xx-large;
+}
+</style>
+<p>
+ Test for <i><a href="http://crbug.com/373389">http://crbug.com/373389</a>
+ When a webfont is missing a glyph, synthesization from the fallback font isn't happening</i>.
+</p>
+<p>
+ A synthesized oblique bullet: <span class="test">&#x25cf;</span>
+</p>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/mac/fast/text/fallback-for-custom-font-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698