chromium/third_party/blink/web_tests/animations/stability/universal-selector-opacity-inherit-crash.html

<div>This test passes if it does not crash.</div>
<style>
* {
  animation-name: test;
}
@keyframes test {
  0% { opacity: inherit; }
}
</style>