Mypal/dom/svg/crashtests/409811-1.html
2019-03-11 13:26:37 +03:00

16 lines
241 B
HTML

<html>
<head>
<script type="text/javascript">
function boom()
{
var marker = document.createElementNS("http://www.w3.org/2000/svg", "marker");
marker.orientType.baseVal = "";
}
</script>
</head>
<body onload="boom();"></body>
</html>