blob: 313d8d6b90175fb676032628b728d90352e1a4fc [file] [log] [blame]
<!DOCTYPE html>
<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>