blob: 18354e9d397a5d95dab8eeeff19da42d9eeb25b9 [file] [log] [blame]
<!doctype HTML>
<body>
PASS if no crash.
<iframe id="i" src="about:blank"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = () => {
let i_anim = i.contentWindow.Animation;
i.remove();
new i_anim();
}
</script>
</body>