summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/841812-1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/svg/crashtests/841812-1.svg')
-rw-r--r--layout/svg/crashtests/841812-1.svg11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/svg/crashtests/841812-1.svg b/layout/svg/crashtests/841812-1.svg
new file mode 100644
index 0000000000..e5bcaa66ee
--- /dev/null
+++ b/layout/svg/crashtests/841812-1.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <text>
+ <circle>
+ <textPath id="t" xlink:href="data:text/html,1" />
+ </circle>
+ </text>
+
+ <script>
+ window.addEventListener("load", function() { document.getElementById("t").removeAttribute('xlink:href'); }, false);
+ </script>
+</svg>