summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1156969.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style/crashtests/1156969.svg')
-rw-r--r--layout/style/crashtests/1156969.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/style/crashtests/1156969.svg b/layout/style/crashtests/1156969.svg
new file mode 100644
index 0000000000..723fec12d1
--- /dev/null
+++ b/layout/style/crashtests/1156969.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg">
+ <circle id="x" r="10" style="transition-duration: 1ms;" />
+ <script>
+ window.addEventListener("load", function() {
+ document.getElementById("x").style.transform = "matrix(1, 2, 3, 4, 5, 6%)";
+ }, false)
+ </script>
+</svg>