summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1467277-1.html
blob: c58fc6449366eba4b710744508e068859d0813fa (plain)
1
2
3
4
5
6
<script>
addEventListener("DOMContentLoaded", () => {
  document.documentElement.animate(
    [ { "transform": "rotate3d(1e58, 2, 6, 0turn)" } ], 1000)
})
</script>