tenfourfox/dom/svg/crashtests/385554-1.html

7 lines
120 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<script>
try {
document.createElementNS("http://www.w3.org/2000/svg", "svg").getScreenCTM();
} catch(e) {
}
</script>