summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/animations/background-color-animation-fallback-additive-keyframe-ref.html
blob: b8ef74f8e1aa3530c9645fe5f520b7b44a1e0a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
.container {
  width: 100px;
  height: 100px;
  background-color: rgb(200, 200, 0);
}
</style>
<body>
  <div class="container"></div>
</body>