Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-transform.svg
blob933dea3725457ba97918c650627a0c3b85d7d7a0
1 <svg xmlns="http://www.w3.org/2000/svg" width="300" height="600">
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: 100px;
13 ]]>
14 </style>
15 <!--
16 Test that transforms within SVG glyph documents are applied properly
17 -->
18 <text x="0" y="100">
20 </text>
21 <text x="0" y="200">
23 </text>
24 <text x="0" y="300">
26 </text>
28 <text x="100" y="100">
30 </text>
31 <text x="100" y="200">
33 </text>
34 <text x="100" y="300">
36 </text>
38 <text x="200" y="100">
40 </text>
41 <!-- note that the next two are different from the preceding glyphs! -->
42 <text x="200" y="200">
44 </text>
45 <text x="200" y="300">
47 </text>
48 </svg>