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
/
stop-crash.svg
blob
ca2b9aaae276a5bcf1cca4ea2a5938982020f4b5
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
2
<stop/>
3
<script>
4
if (window.testRunner)
5
testRunner.dumpAsText();
6
</script>
7
<text
x
=
"10"
y
=
"25"
>
PASS -- if this test doesn't crash it passes.
</text>
8
</svg>