blob: 6b3379e00be3517b686a984b25ca2f2bd3b43f2b [file] [log] [blame]
<div>This test passes if it does not crash.</div>
<style>
* {
animation-name: test;
}
@keyframes test {
0% { opacity: inherit; }
}
</style>