summaryrefslogtreecommitdiffstats
path: root/gfx/tests/crashtests/385228-2.svg
blob: 82586fcfaf36d88da7a01f2b0424ed7ef9315f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 480 360" onload="yaa();"  class="reftest-wait">

<g id="g">
  <rect width="440" height="340" fill="url(#pat1)"/>
  <pattern id="pat1" width="20" height="20"><rect/></pattern>
</g>

<script type="text/javascript">

function yaa()
{
  var g = document.getElementById("g");
  document.documentElement.removeChild(g);
  document.documentElement.appendChild(g);
  
  document.documentElement.removeAttribute("class");
}
</script>

</svg>