blob: a577c402ce14a662e017855b5b5a4c113f9c1d90 [file] [log] [blame]
<style>
@-webkit-keyframes foo { 1% { color: initial; } }
</style>
This test passes if it does not CRASH.
<script>
window.document.styleSheets[0].cssRules[0][0].style.color = 0;
if (window.testRunner)
testRunner.dumpAsText();
</script>