Backed out changeset e78abc802629 (bug 1920832) for causing bc failures on browser_in...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-cachedopacity.svg
blob60b11344c8489a04f66cc98e9ca726e6c20d00b8
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style type="text/css"><![CDATA[
3 @font-face {
4 font-family : svgwoff;
5 src : url(resources/svg.woff);
7 text {
8 font-family : svgwoff;
9 font-size : 200px;
10 fill-opacity : 0.5;
11 stroke-opacity : 0.5;
13 ]]></style>
15 <!--
16 Test for a bug where cached fill-opacity and stroke-opacity values were
17 being destroyed
18 -->
19 <text x="0" y="200" stroke="black">Y</text>
20 </svg>