Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/style/crashtests/1156969.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>