blob: 73b9429d1d51f3e502042e0d2951b76778f07c4f [file] [log] [blame]
<body>
<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=13140">bug 13140</a>:
Crash after loading SVG fragment with XMLHttpRequest (Yosemite Map Geology Layer).</p>
<p>PASS == did not crash.</p>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
svg = (new DOMParser).parseFromString('<g xmlns="http://www.w3.org/2000/svg"><g><path d="" /></g></g>', 'image/svg+xml');
</script>
</body>