trisquel-icecat/icecat/dom/animation/test/crashtests/1330513-1.html

8 lines
178 B
HTML

<!DOCTYPE html>
<html>
<body id=a></body>
<script>
document.getElementById("a")
.animate([{"filter": "grayscale(28%)"}], {fill:"forwards", composite:"add"});
</script>
</html>