Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / font-face-fallback.svg-disabled
blob57bdf8ce6bebb0719e18426aeaa6b717fbe91dec
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <style type="text/css" media="all">
3   #svgtest {
4     font: 2.3cm "svgtest", fantasy;
5   }
6 </style>
7 <defs>
8   <font-face id="test" font-family="svgtest">
9     <font-face-src>
10       <font-face-name name="NOT A VALID FONT" />
11       <font-face-name name="sdlfkj" />
12       <font-face-name name="  sdflkjsdf " />
13       <font-face-uri xlink:href="url(bogus)" />
14       <font-face-uri xlink:href="#bogus" />
15       <font-face-name name="Ahem" />
16     </font-face-src>
17   </font-face>
18 </defs>
19 <text id="svgtest" x="10" y="3cm">ONLY BLOCKS</text>
20 <text x="30" y="3cm">The text above should only show Ahem blocks</text>
21 </svg>