Initialize Tizen 2.3
[framework/web/webkit-efl.git] / LayoutTests / svg / path-arc-invalid.html
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.