summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/animation/opacity-animation-ending-correctly-001-ref.html
blob: ca55dc66f3007a6104b0298d77a215e1d6f2c123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML>
<html>
<title>CSS Test Reference (Color): ending of opacity animation</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Google" href="https://www.google.com/">

<style>
#test {
  position: sticky;
  top: 0;
  height: 50px;
  background: blue;
  opacity: 0.2;
}

.tall {
  height: 5000px;
}
</style>

<div id="test">
</div>
<div class="tall">
</div>