Backed out changeset e78abc802629 (bug 1920832) for causing bc failures on browser_in...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-invalid-ids.svg
blob25813f2972a6aaa9eb2c6e769bcd8762fa50807b
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;
13 ]]>
14 </style>
15 <!--
16 Test that the right SVG glyph is picked from a document containing various
17 invalid glyph IDs.
18 -->
19 <text x="0" y="200">
21 </text>
22 </svg>