summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1468294-1.html
blob: e4092046ac2d653c44989876e5ba7de349e95607 (plain)
1
2
3
4
5
6
7
<script>
addEventListener("DOMContentLoaded", () => {
  document.documentElement.animate([{ "transform": "matrix(2,1,1,5,2,8)" }],
                                    { duration: 1000,
                                      easing: "cubic-bezier(1,-15,.6,4)" });
})
</script>