Index: LayoutTests/fast/html/resources/marquee-crash.svg |
diff --git a/LayoutTests/fast/html/resources/marquee-crash.svg b/LayoutTests/fast/html/resources/marquee-crash.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..613477169e2fc27029ba338914254f3ffc007cbf |
--- /dev/null |
+++ b/LayoutTests/fast/html/resources/marquee-crash.svg |
@@ -0,0 +1,13 @@ |
+<?xml version="1.0"?> |
+<svg id="element0" xmlns="http://www.w3.org/2000/svg" |
+ xmlns:svg="http://www.w3.org/2000/svg" |
+ onload="start()"> |
+ <script type="text/javascript"><![CDATA[ |
+ function start() { |
+ document.getElementById("element1").appendChild(window.top.mq2); |
+ } |
+ ]]> |
+ </script> |
+ <foreignObject id="element1" width="500" height="500"> |
+ </foreignObject> |
+</svg> |