summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1401256.html
blob: da0a5795046a1126ea84434485c7788bfdd705bd (plain)
1
2
3
4
5
<script>
  let o1 = document.createElement('p');
  document.documentElement.appendChild(o1);
  o1.animate({'minWidth':['max-content']});
</script>