Index: LayoutTests/svg/dispatch-event-crash-on-destruct.html |
diff --git a/LayoutTests/svg/dispatch-event-crash-on-destruct.html b/LayoutTests/svg/dispatch-event-crash-on-destruct.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..95180b62581988aafbd82d3ba8f5d831552e58b3 |
--- /dev/null |
+++ b/LayoutTests/svg/dispatch-event-crash-on-destruct.html |
@@ -0,0 +1,9 @@ |
+<!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> |