summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1330513-1.html
blob: a497cc9e27a4b48c9749f4a7be1046b481a6535b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
<body id=a></body>
<script>
document.getElementById("a")
  .animate([{"filter": "grayscale(28%)"}], {fill:"forwards", composite:"add"});
</script>
</html>