<!DOCTYPE html><html><title>GetComputedTiming on an animation without an execution context,timeline or playback rate</title><linkrel="author"title="Google"href="http://www.google.com/"><linkrel="help"href="https://bugs.chromium.org/p/chromium/issues/detail?id=1318012"><metaname="assert"content="This should not crash."><body><divid="target"></div><iframeid="iframe"></iframe></body><scripttype="text/javascript">constkeyframeEffect=newKeyframeEffect(target,{opacity:[1,1]});constanim=newiframe.contentWindow.Animation(keyframeEffect,null);anim.play();anim.playbackRate=0;document.body.removeChild(iframe);anim.effect.getComputedTiming();</script></html>