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