blob: 4070234c293993012f1083c406cc00e507144286 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=false ] -->
<style>
@-webkit-keyframes test {
to { background-color: inherit; }
}
body {
-webkit-animation: test 1s;
}
</style>
<pre>This test passes if it does not crash.</pre>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>