Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / carto.net / frameless-svg-parse-error.html
blob46fefd10e47ccc880b9053a61129590731bbc463
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.testRunner)
7 testRunner.dumpAsText();
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>