Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-direct.svg
blobc1e38a2cee6ad928c3db8a0d2f91120c69d6109f
1 <svg xmlns="http://www.w3.org/2000/svg">
3 <title>Test for SVG glyphs being painted when painting properties are simple</title>
5 <style>
6 <![CDATA[
7 @font-face {
8 font-family: "Liberation";
9 src: url(resources/svg.woff);
11 text {
12 font-family: Liberation;
13 font-size: 200px;
15 ]]>
16 </style>
18 <text x="0" y="200">L</text>
19 </svg>