Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / svg / crashtests / 1343147.svg
blobd9c2611ca822f34d3bbe7bd27764431786b337d3
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <style>
3 <![CDATA[
4 svg {
5 background-image: linear-gradient(lime, lime);
6 background-clip: text;
8 text { transform: skewy(30grad); }
9 g { perspective: 0; }
10 ]]>
11 </style>
12 <g><text>hello</text></g>
13 </svg>