Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-fonts-unloaded-segment.html
blob4a17fcd7c6dd6a01b4d06a8d4827b942d9594a0f
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;
11 @font-face {
12 font-family: f;
13 src: url("resources/graffiti.svg#SVGraffiti") format(svg);
16 #test {
17 font-family: f, sans-serif;
18 font-size: 40px;
20 </style>
21 </head>
22 <body>
24 <p id='test'>This text should be rendered with SVGraffiti.</p>
26 </body>
27 </html>