chrome-1512373-crash.html (241B)
1 <!DOCTYPE html> 2 <title>Chrome crash bug 1512373</title> 3 <link rel="help" href="https://crbug.com/1512373"> 4 <div id="t" style="position:absolute"></div> 5 <script> 6 t.animate([{"height":"100px"},{"height":"200px"}], {"duration":1}); 7 </script>