Merge "[Release] Webkit2-efl-123997_0.11.81" into tizen_2.2
[framework/web/webkit-efl.git] / LayoutTests / svg / path-arc-invalid.html
1 <script>
2 if (window.layoutTestController)
3     layoutTestController.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.