summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1244595-1.html
blob: 13b2e2d7e7cca7a82e84d1c5ab70fbb947f7dc9a (plain)
1
2
3
<div id=target><script>
  var player = target.animate([{background: 'green'}, {background: 'green'}]);
</script>