summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/388712-1.svg
blob: 29d5be1d4d6ceb91fedf48b666d4bb08f234444c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<svg xmlns="http://www.w3.org/2000/svg" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">

	<defs>
    <g id="s">
      <rect x="0" y="0" width="75" height="75" fill="lightblue" />
      <html:form><html:label/></html:form>
    </g>
  </defs>

  <use xlink:href="#s" x="150" y="25" />

</svg>