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