Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-basic-disabled.svg
blob493a9260b73ce6ee043e824b4c14e9ca96bc2d81
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style type="text/css">
3 <![CDATA[
4 @font-face {
5 font-family: "Liberation";
6 /* For testing with the pref disabled, add a query to the font URL
7 to avoid cache confusion between enabled/disabled. */
8 src:url(resources/svg.woff?disabled);
10 text
12 font-family: Liberation;
13 font-size: 200px;
14 stroke: black;
16 ]]>
17 </style>
18 <!--
19 Test that SVG glyphs are being drawn instead of TrueType glyphs
20 Also testing that this does not happen if the
21 gfx.font_rendering.opentype_svg.enabled preference is set to true.
22 -->
23 <!-- glyphid -->
24 <text x="0" y="200">
26 </text>
27 </svg>