trisquel-icecat/icecat/layout/painting/crashtests/1713880-1.html

10 lines
234 B
HTML

<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>