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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-face-small-caps-with-svg-source-expected.html
diff --git a/LayoutTests/fast/css/font-face-variant-expected.html b/LayoutTests/fast/css/font-face-small-caps-with-svg-source-expected.html
similarity index 52%
copy from LayoutTests/fast/css/font-face-variant-expected.html
copy to LayoutTests/fast/css/font-face-small-caps-with-svg-source-expected.html
index 6aba2816c32dabfb096f8463e33bfb29aa69d432..c954c7a75f8d700fc89ff6c05e827fce8774e62d 100644
--- a/LayoutTests/fast/css/font-face-variant-expected.html
+++ b/LayoutTests/fast/css/font-face-small-caps-with-svg-source-expected.html
@@ -1,8 +1,8 @@
<style>
@font-face {
font-family: family1;
- src: local(Ahem), url(../../resources/Ahem.ttf);
- font-variant: small-caps;
+ src: local(Ahem),
+ url(../../resources/Ahem.ttf) format(truetype);
}
p.test {
font-family: family1;
@@ -10,7 +10,7 @@
}
</style>
<p>
-Tests that if @font-face does not provide an explicit font-variant, normal is used.
+Test for <a href="http://crbug.com/298970">bug 298970</a>. Verifies that small-caps synthesis works when @font-face has a svg source.
</p>
<p>
The text below should be a series of black boxes.
« 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