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

Side by Side 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, 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
(Empty)
1 <style>
2 @font-face {
3 font-family: Custom;
4 src: url(../../resources/Ahem.ttf);
5 }
6 .test {
7 font-family: Custom;
8 font-style: italic;
9 font-size: xx-large;
10 }
11 </style>
12 <p>
13 Test for <i><a href="http://crbug.com/373389">http://crbug.com/373389</a>
14 When a webfont is missing a glyph, synthesization from the fallback font isn 't happening</i>.
15 </p>
16 <p>
17 A synthesized oblique bullet: <span class="test">&#x25cf;</span>
18 </p>
OLDNEW
« 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