tenfourfox/layout/svg/crashtests/614367-1.svg
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
195 B
XML

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<polygon id="p" transform="?" />
<script>
document.getElementById("p").transform.baseVal.removeItem(0);
</script>
</svg>