Sign in
webkit
/
WebKit
/
1d5aa05b577b72310a642b32be77a33c7051fe62
/
.
/
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.