Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / resources / text-font-invalid.svg
blob0f9e006fe589e432e13fc903d2a34f945f7d9581
1 <?xml version="1.0"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1">
4 <defs>
5 <font-face font-family="Arbitrary font not on the system">
6 <font-face-src>
7 <font-face-name name="VeryUnlikelyToExistFont"/>
8 </font-face-src>
9 </font-face>
10 </defs>
11 <g>
12 <text>
13 <tspan font-family="Arbitrary font not on the system">Foobar</tspan>
14 </text>
15 </g>
16 </svg>