blob: 18c88c5c1d448e889139dfd845b83b46df0c510b [file] [log] [blame]
<!doctype html><!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=false ] -->
<style>
@keyframes anim {
from { animation-timing-function: unset; }
50% { animation-timing-function: inherit; }
to { animation-timing-function: initial; }
}
</style>
<div style="animation: anim 10s">This test passes if it doesn't crash</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>