haikuwebkit/LayoutTests/webanimations/resources/web-animation-leak-iframe.html

5 lines
131 B
HTML

<div></div>
<script type="text/javascript">
document.querySelector("div").animate({ marginLeft: ["0", "100px"] }, 1000);
</script>