summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/880544-4.svg
diff options
context:
space:
mode:
Diffstat (limited to 'dom/svg/crashtests/880544-4.svg')
-rw-r--r--dom/svg/crashtests/880544-4.svg15
1 files changed, 0 insertions, 15 deletions
diff --git a/dom/svg/crashtests/880544-4.svg b/dom/svg/crashtests/880544-4.svg
deleted file mode 100644
index 7bdb80f47..000000000
--- a/dom/svg/crashtests/880544-4.svg
+++ /dev/null
@@ -1,15 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg">
- <script>//<![CDATA[
-
-function add_watch()
-{
- document.getElementById("e").pathSegList.watch("0", function(){});
-}
-
-window.addEventListener("load", add_watch, false);
-
- //]]></script>
-
- <path id="e" d="M0,0"/>
-
-</svg>