Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-fonts-unloaded-segment-expected.html
bloba43c61bc4995f6171c5994814b8c960f14bc4ed4
1 <html>
2 <head>
3 <style>
4 @font-face {
5 font-family: f;
6 src: url("resources/graffiti.svg#SVGraffiti") format(svg)
9 #test {
10 font-family: f, sans-serif;
11 font-size: 40px;
13 </style>
14 </head>
15 <body>
17 <p id='test'>This text should be rendered with SVGraffiti.</p>
19 </body>
20 </html>