summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/animations/background-color-animation-half-opaque-ref.html
blob: 6bcb9840b3a1ab9f7c404706a962db3440aacb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
.box {
  width: 600px;
  height: 600px;
  background-color: rgba(75, 125, 0, 0.8);
}
</style>
<body>
  <div class='box'></div>
</body>