summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/413587-1.svg
blob: 7781d5ef95c9709a1f5319e108ee977b88a516e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

  <symbol id="foo">
    <style type="text/css">
      svg { counter-increment: x; }
    </style>
  </symbol>
  
  <use xlink:href="#foo"/>

</svg>