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

Side by Side Diff: LayoutTests/fast/css/font-face-small-caps-with-svg-source-expected.html

Issue 26702008: Allow small-caps synthesis for @font-face with multiple sources including SVG format (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
1 <style> 1 <style>
2 @font-face { 2 @font-face {
3 font-family: family1; 3 font-family: family1;
4 src: local(Ahem), url(../../resources/Ahem.ttf); 4 src: local(Ahem),
5 font-variant: small-caps; 5 url(../../resources/Ahem.ttf) format(truetype);
6 } 6 }
7 p.test { 7 p.test {
8 font-family: family1; 8 font-family: family1;
9 font-variant: small-caps; 9 font-variant: small-caps;
10 } 10 }
11 </style> 11 </style>
12 <p> 12 <p>
13 Tests that if @font-face does not provide an explicit font-variant, normal is us ed. 13 Test for <a href="http://crbug.com/298970">bug 298970</a>. Verifies that small-c aps synthesis works when @font-face has a svg source.
14 </p> 14 </p>
15 <p> 15 <p>
16 The text below should be a series of black boxes. 16 The text below should be a series of black boxes.
17 </p> 17 </p>
18 <p class="test">failure</p> 18 <p class="test">failure</p>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/font-face-small-caps-with-svg-source.html ('k') | Source/core/css/CSSFontFace.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698