summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/652976-1.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/crashtests/652976-1.svg')
-rw-r--r--layout/style/crashtests/652976-1.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/style/crashtests/652976-1.svg b/layout/style/crashtests/652976-1.svg
new file mode 100644
index 0000000000..1ca6ee28ec
--- /dev/null
+++ b/layout/style/crashtests/652976-1.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+<script>
+window.addEventListener("load", function() {
+ setTimeout(function() {
+ document.getElementById("a").style.MozAnimationName = "a";
+ }, 0);
+}, false);
+</script>
+<rect id="a"><animate attributeName="fill" by="#AAF573"/></rect>
+</svg>