Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
LayoutTests
/
svg
/
path-arc-invalid.html
blob: a45e6eb914578a1384680906a6b5be7030df5f2b [
file
] [
log
] [
blame
]
<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.