Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
svg
/
custom
/
stop-crash.svg
blob: 1b58c578e6f50f285aa811f29a0bf3ea4c06a56b [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
>
<stop/>
<script>
if
(
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>
<text
x
=
"10"
y
=
"25"
>
PASS -- if this test doesn't crash it passes.
</text>
</svg>