1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <style type=
"text/css">
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);
12 font-family: Liberation;
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.