| <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.testRunner) | |
| testRunner.dumpAsText(); | |
| svg = (new DOMParser).parseFromString('<g xmlns="http://www.w3.org/2000/svg"><g><path d="" /></g></g>', 'image/svg+xml'); | |
| </script> | |
| </body> |