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

21 lines
202 B
HTML

<!doctype html>
<style>
div {
display: none;
}
</style>
<div>
<div>
<div>
<div>
<div>
<div id="target">
</div>
</div>
</div>
</div>
</div>
</div>
<script>
target.animate({ color: "red" })
</script>