Sign in
webkit
/
WebKit
/
94ca7aeff0a3a55c73af741f8b9a50a9032a71cb
/
.
/
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.