Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-positioning.svg
bloba16056a2440344cb0205e31ab9805d37c1b91bd8
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;
12 stroke: black;
14 ]]>
15 </style>
16 <!--
17 Test that we're rendering in the right place in the middle of a
18 text run
19 -->
20 <text x="0" y="200">
21 LLL
22 </text>
23 </svg>