5 from { animation-timing-function: unset; }
6 50% { animation-timing-function: inherit; }
7 to { animation-timing-function: initial; }
11 <div style=
"animation: anim 10s">This test passes if it doesn't crash
</div>
14 if (window
.testRunner
)
15 testRunner
.dumpAsText();