Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/crashtests/image-dispatch-event-on-destruct.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG image dispatching events during destruction should not crash</title>
<svg>
<image xlink:href="data:image/svg+xml,a"></image>
</svg>