summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/713413-1.svg
blob: 7131202335ed9804063558867853facaac1b959b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="Windows-1252"?>
<svg xmlns="http://www.w3.org/2000/svg">

<marker id="m"></marker>

<script>
window.addEventListener("load", function() {
  document.getElementById("m").appendChild(document.createElementNS("http://www.w3.org/2000/svg", "foreignObject"));
}, false);
</script>

</svg>