summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/757704-1.svg
blob: b7e610e0e1d50a5f505f524dc052920224dcb5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>

<svg xmlns="http://www.w3.org/2000/svg"><script>
<![CDATA[

function boom()
{
  var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
  document.documentElement.appendChild(rect);
  document.removeChild(document.documentElement);
  rect.getScreenCTM();
}

window.addEventListener("load", boom, false);

]]>
</script></svg>