Sign in
webkit
/
WebKit
/
de15688e12b013eec0e845d3d71c2ab348652b28
/
.
/
LayoutTests
/
svg
/
path-arc-invalid.html
blob: 64c860aae0079822a16be28c5c1cc23fd78dd53f [
file
] [
log
] [
blame
]
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
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.