haikuwebkit/LayoutTests/svg/path-arc-invalid.html

9 lines
191 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<svg>
<path d="M0 0 A0 0 0 0 0 0 0 0 0 0"/>
</svg>
If this text is visible the malformed SVG path is handled correctly.