summaryrefslogtreecommitdiffstats
path: root/layout/painting/crashtests/1713880-1.html
blob: 1ccd59743a4f38225f702dc68652de9de27a1ed2 (plain)
1
2
3
4
5
6
7
8
9
10
<script>
window.onload = () => {
  let a = document.createElement("dt")
  c.appendChild(a)
  let b = document.createElement("button")
  a.appendChild(b)
  b.animate([{"all": "revert"}], {delay: 9.04})
}
</script>
<body id='c'></body>