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

Side by Side Diff: LayoutTests/svg/custom/svg-fonts-unloaded-segment.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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/svg-fonts-unloaded-segment-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 <html>
2 <head>
3 <style>
4 /* This font-face should not affect rendering */
5 @font-face {
6 font-family: f;
7 src: url("resources/no-latin-glyph-font.svg#Font") format(svg);
8 unicode-range: U+3042;
9 }
10
11 @font-face {
12 font-family: f;
13 src: url("resources/graffiti.svg#SVGraffiti") format(svg);
14 }
15
16 #test {
17 font-family: f, sans-serif;
18 font-size: 40px;
19 }
20 </style>
21 </head>
22 <body>
23
24 <p id='test'>This text should be rendered with SVGraffiti.</p>
25
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/svg-fonts-unloaded-segment-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698