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

11 lines
263 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
var clipPath = document.createElementNS("http://www.w3.org/2000/svg",
"clipPath");
clipPath["hasExtension"].apply(clipPath,[]);
</script>
</body>
</html>