wpt / svg / crashtests / image-dispatch-event-on-destruct.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/crashtests/image-dispatch-event-on-destruct.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>SVG image dispatching events during destruction should not crash</title>
<link rel="help" href="https://crbug.com/40367886">
<svg>
  <image xlink:href="data:image/svg+xml,a"></image>
</svg>