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