blob: 5f10a098720fded8254b86f44b19a3ae291575ca [file] [log] [blame]
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- This should not crash (null renderer) -->
<script>
try {
document.createElementNS("http://www.w3.org/2000/svg","g").getTransformToElement();
} catch(error) {
}
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head><body>
PASS
</body></html>