Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / path-arc-invalid.html
bloba45e6eb914578a1384680906a6b5be7030df5f2b
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <svg>
6 <path d="M0 0 A0 0 0 0 0 0 0 0 0 0"/>
7 </svg>
8 If this text is visible the malformed SVG path is handled correctly.