summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1323114-1.html
blob: 344fd87db05e88998c8754f1c8ec4766368aa493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<body>
<div id=a />
<script>
addEventListener("DOMContentLoaded", function(){
  a.animate([{"transform": "matrix3d(25,8788,-69,-24,-3,85,52,3,63,0,12,36810,-68,15,82,0) rotate(77rad)"}],
             {fill: "both", iterationStart: 45, iterationComposite: "accumulate"});
});
</script>
</body>
</html>