summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1379606-1.html
blob: 89f756bf0630034a79385d0a55d5a7ed271262cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>