upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / svg / carto.net / frameless-svg-parse-error.html
1 <body>
2 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=13140">bug 13140</a>:
3 Crash after loading SVG fragment with XMLHttpRequest (Yosemite Map Geology Layer).</p>
4 <p>PASS == did not crash.</p>
5 <script>
6    if (window.layoutTestController)
7        layoutTestController.dumpAsText();
8
9    svg = (new DOMParser).parseFromString('<g xmlns="http://www.w3.org/2000/svg"><g><path d="" /></g></g>', 'image/svg+xml');
10 </script>
11 </body>