Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-paint-server.svg
blob4e3bdd677278b0e122566867c6f3b99ec7ae4603
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style type="text/css">
3 <![CDATA[
4 @font-face {
5 font-family: "Liberation";
6 src:url(resources/svg.woff);
8 text
10 font-family: Liberation;
11 font-size: 200px;
13 ]]>
14 </style>
15 <!--
16 Test that paintservers within SVG glyph documents are rendered properly
17 -->
18 <text x="0" y="200">
20 </text>
21 </svg>