Sign in
webkit
/
WebKit
/
a45353d83d948aea49a7ba26e8c968326e202341
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
dispatch-event-crash-on-destruct.html
blob: 95180b62581988aafbd82d3ba8f5d831552e58b3 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<svg>
<image
xlink:href
=
"data:image/svg+xml,a"
></image>
</svg>
<p>
PASS if it does not crash in debug.
<p>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>