repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
custom
/
path-arc-invalid.html
blob
a45e6eb914578a1384680906a6b5be7030df5f2b
1
<script>
2
if
(
window
.
testRunner
)
3
testRunner
.
dumpAsText
();
4
</script>
5
<svg>
6
<path
d
=
"M0 0 A0 0 0 0 0 0 0 0 0 0"
/>
7
</svg>
8
If this text is visible the malformed SVG path is handled correctly.