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">●</span> |
+</p> |