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

Side by Side Diff: LayoutTests/fast/css/font-face-small-caps-with-svg-source.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
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-small-caps-with-svg-source-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style>
2 @font-face {
3 font-family: family1;
4 src: local(Ahem),
5 url(../../resources/Ahem.ttf) format(truetype),
6 url(../../resources/nonexistent.svg) format(svg);
7 }
8 p.test {
9 font-family: family1;
10 font-variant: small-caps;
11 }
12 </style>
13 <p>
14 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.
15 </p>
16 <p>
17 The text below should be a series of black boxes.
18 </p>
19 <p class="test">failure</p>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/font-face-small-caps-with-svg-source-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698