Sign in
webkit
/
WebKit
/
6a003fd1a3340a2c9ac63bacc48d0a16a0fa9ff3
/
.
/
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.