Sign in
webkit
/
WebKit
/
181639c090e6ee4514e2dbd903b6840f8f03c1de
/
.
/
LayoutTests
/
svg
/
custom
/
stop-crash.svg
blob: ca2b9aaae276a5bcf1cca4ea2a5938982020f4b5 [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<stop/>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<text
x
=
"10"
y
=
"25"
>
PASS -- if this test doesn't crash it passes.
</text>
</svg>