summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1156969.svg
blob: 478df7d6ac1365a688ec823cb339211b6b3b00f9 (plain)
1
2
3
4
5
6
7
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.MozTransform = "matrix(1, 2, 3, 4, 5, 6%)";
        }, false)
    </script>
</svg>