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

Side by Side Diff: LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html

Issue 271633002: Unloaded font segment should not affect primaryFontData (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 <html>
2 <head>
3 <style>
4 @font-face {
5 font-family: f;
6 src: url("resources/graffiti.svg#SVGraffiti") format(svg)
7 }
8
9 #test {
10 font-family: f, sans-serif;
11 font-size: 40px;
12 }
13 </style>
14 </head>
15 <body>
16
17 <p id='test'>This text should be rendered with SVGraffiti.</p>
18
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-fonts-unloaded-segment.html ('k') | Source/platform/fonts/FontFallbackList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698