chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/animations/background-color-animation-half-opaque-ref.html

<!DOCTYPE html>
<style>
.box {
  width: 600px;
  height: 600px;
  background-color: rgba(75, 125, 0, 0.8);
}
</style>
<body>
  <div class='box'></div>
</body>