Sign in
chromium
/
chromium
/
src.git
/
4fd348fdb9c0b3842829acdfb2b82c86dacd8e0a
/
.
/
third_party
/
WebKit
/
LayoutTests
/
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>