summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/1343147.svg
blob: 8ecc6aa9a745053a538c298d39ff4071728a999b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<svg xmlns="http://www.w3.org/2000/svg">
<style>
<![CDATA[
  svg {
    background-image: linear-gradient(lime, lime);
    background-clip: text;
  }
  text { transform: skewy(30grad); }
  g { perspective: 0; }
]]>
</style>
  <g><text>hello</text></g>
</svg>